Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 423 Bytes

File metadata and controls

6 lines (4 loc) · 423 Bytes

Entschluesselung

An encryption/decryption programm that can encrypt and decrypt .txt files containing any of the following chars: "ABCDEFGHIJKLMNOPQRSTUVWXYZÄÜÖabcdefghijklmnopqrstuvwxyzäüöß0123456789,.!?"§$%&/()=+-*\_#~<>| "

The program uses the caesar cipher encryption method with a key. The user has the option to use an additional seed which randomises the charset ("alphabet") for additional security.