An example of text files encryption using the strategy design pattern.
-
Updated
Jun 17, 2021 - C++
An example of text files encryption using the strategy design pattern.
sub64 is a text encryption/decryption program
Program for text cryptography. Can encrypt/decrypt classic ciphers: Caesar, Vigenere, Atbash, XOR, Litorea, A1Z26. Supports two languages (EN/UKR) and custom alphabets.
Python program and GUI that implements cryptography and steganography of text into a .png (!!) image file. Also, the user can decompose the encrypted text from an image and decipher it to see the plain text. Every text cryptographic action, produces a unique key, so that the text can't be read without its unique key.
Add a description, image, and links to the text-cryptography topic page so that developers can more easily learn about it.
To associate your repository with the text-cryptography topic, visit your repo's landing page and select "manage topics."