Skip to main content

Posts

Showing posts with the label DSA

Do you know what is RSA algorithm and DSA

RSA : RSA stands for   Rivest-Shamir-Adleman . It is a cryptosystem used for secure data transmission. In RSA algorithm, encryption key is public but decryption key is private. This algorithm is based on mathematical fact that factoring the product of two large prime numbers is not easy. It was developed by   Ron Rivest ,   Adi Shamir   and   Leonard Adleman   in 1977. DSA : DSA stand for   Digital Signature Algorithm . It is used for digital signature and its verification. It is based on mathematical concept of modular exponentiation and discrete logarithm. It was developed by   National Institute of Standards and Technology (NIST)   in 1991. DSA involves four operations: Key Generation Key Distribution Signing Signature Verification