Posted By:
Serkan_OZDEMIR
Posted On:
Monday, August 5, 2002 06:06 AM
I've formed a public/private key pair and stored'em in two files. Then, how can I encrypt and decrypt a String using the private and public keys read from corresponding files.
(without using SecretKey object)