View live demo here ↓↓↓↓
-
Updated
Feb 28, 2021 - Tcl
View live demo here ↓↓↓↓
BLACK TEA - Tiny Encryption Algorithm (TEA) made in java implementing 64-bit user (hex) entry using a predefined or generated 128-bit key used to fully encrypt hex for top-notch security
An AES-algorithm based python User Interface that helps users to encrypt messages into ciphertexts and share them in the form of ciphertexts, that can be decrypted by the receiver using the same key on both sides. Using Tkinter and cryptography.fernet modules.
The script implements the Hill cipher encryption algorithm in Python, where it reads a key matrix from a file (kX.txt), processes a plaintext file (pX.txt), and encrypts the text using matrix multiplication and modular arithmetic. The program then outputs the key matrix, formatted plaintext, and the resulting ciphertext.
Add a description, image, and links to the cyphertext topic page so that developers can more easily learn about it.
To associate your repository with the cyphertext topic, visit your repo's landing page and select "manage topics."