B
Bishoy George
I want a class for encryption that takes a password or key and a string and
use the key to encrypt the string, so the decrypt method of that class will
never decrypt the encrypted string without giving it the same key.
Thanks,
Bishoy
use the key to encrypt the string, so the decrypt method of that class will
never decrypt the encrypted string without giving it the same key.
Thanks,
Bishoy