RSA algorithm is an asymmetric cryptography algorithm. Asymmetric actually means that it works on two different keys i.e. Public Key and Private Key. The public key consists of two numbers where one number is a multiplication of two large prime numbers. And private key is also derived from the same two prime numbers.
golang cryptography algorithm cpp rc4 rsa-cryptography encryption-decryption rsa-encryption cipher-algorithms rsa-cryptosystem rsa-decryption rsa-cpp rsa-golang
- Updated
Jul 5, 2023 - Go