Cryptography encoder and decoder. Encode takes in text message and converts to numbers via RSA algorithm and decode takes numbers and encrypts to text.
-
Updated
Aug 19, 2024 - Python
Cryptography encoder and decoder. Encode takes in text message and converts to numbers via RSA algorithm and decode takes numbers and encrypts to text.
A LAN chat system, course project for Introduction to Computer Science.
PythonEncrypter is a Python Program that uses a CeaserCyper to encrypt words.
This script allows users to register a new account by creating a new JSON file named 'cd.json' or adding new data to an existing one, and logging into the account by providing the correct credentials. The script also encrypts the password before storing it in the JSON file for added security.
Keep your files safe by encrypting it 🙂
Crypto homework program about CBC and ECB
Add a description, image, and links to the encrpytion topic page so that developers can more easily learn about it.
To associate your repository with the encrpytion topic, visit your repo's landing page and select "manage topics."