Asymmetric Encryption Using Standalone Java Application
In this blog i only describe about asymmetric encryption. But there are to type 1. Symmetric encryption 2. Asymmetric encryption What is Symmetric encryption? Symmetric encryption is a form of computerized cryptography using a singular encryption key to guise an electronic message. Its data conversion uses a mathematical algorithm along with a secret key, which results in the inability to make sense out of a message. In symmetric encryption use one key to encryption and decryption . It call secret key. What is asymmetric encryption? Asymmetric Encryption is a form of Encryption where keys come in pairs. What one key encrypts, only the other can decryption. Frequently (but not necessarily), the keys are interchangeable, in the sense that if key A encrypts a message, then B can decrypt it, a...