Posts Tagged ‘encryption’

Here I am going to Introduce Asymmetric encryption decryption technology with an example lab in Redhat Enterprise Linux.
So I will show you how to create Private key and how to create Public Key.Also we will learn how to encrypt a file using Publick Key
and How to Decrypt it using Private key. So Basically We use Public Key for Encryption and Private key For Decryption.We will also learn how to password protect the Private key and how to remove the password from private key.I have used openssl command line tool to perform all this private key public key encryption decryption Lab. (more…)

Advertisement