There are 0 repository under text-cryptography topic.
sub64 is a text encryption/decryption program
An example of text files encryption using the strategy design pattern.
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.