5
Answers

create functions for encrypt and decrypt of password

hadoop hadoop

hadoop hadoop

9y
550
1
How can I write functions for password encryption and decryption using EncryptByPassphrase and DecryptByPassphrase and use these functions while storing and retrieving password from user table.
the EncryptByPassphrase takes two parameters, a @passphrase and the @cleartext. what is this @passphrase?
Answers (5)