RSA Encryption/Decryption in Golang
RSA is a widely used cryptographical algorithm that uses public-key cryptography. It is one of the most important algorithms out there. This post will provide ways to generate RSA keys in Golang. How public-key encryption works? Public key encryption uses two different keys named as the public key and private key. The sender encrypts the […]
RSA Encryption/Decryption in Golang Read More »