bf_decrypt()

 
Blowfish decryption
Syntax
bf_decrypt( key, encrypted, plaintext var )
Returns 1 on success, 0 on error
  • key = the encryption key in ECB mode. the key must be 16 characters.
  • plaintext = the text thats encrypted
  • encrypted = if sucessful it will contain the results
User Annotations: bf_decrypt