Skip to content
#

encryption-decryption

Here are 85 public repositories matching this topic...

word2png

This is a tool that encrypts a sequence of words (or pieces of texts) using the AES-256 algorithm and encodes the encrypted result into a PNG image by linking each byte value to a specific color. It also decodes the before image to get back the original sequence of words

  • Updated Sep 23, 2023
  • Go

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.

  • Updated Jul 5, 2023
  • Go

Improve this page

Add a description, image, and links to the encryption-decryption topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the encryption-decryption topic, visit your repo's landing page and select "manage topics."

Learn more