Help for this page

Select Code to Download


  1. or download this
    $cipher = new Crypt::CBC('$key','IDEA');
    
  2. or download this
     $returnText = $cipher->decrypt_hex($reqText); # decrypt
     $returnText = $cipher->encrypt_hex($reqText); # encrypt