Sample byte array encryption/decryption methods
843811Jan 29 2007 — edited Jan 30 2007Hi :
I'm new to this field, I am looking for a sample set of methods like :
byte [] encrypt(byte [] plainText,StringBuffer Password)
and
byte [] decrypt(byte [] cipherText,StringBuffer Password)
Where can I find them ?
Thanks !
Frank