Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jfoclpf/enigma2000
File encrypter for DOS-shell
https://github.com/jfoclpf/enigma2000
cpp encrypter encryption-algorithms shell
Last synced: 20 days ago
JSON representation
File encrypter for DOS-shell
- Host: GitHub
- URL: https://github.com/jfoclpf/enigma2000
- Owner: jfoclpf
- License: gpl-3.0
- Created: 2017-09-17T11:29:12.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-09-17T21:02:23.000Z (over 7 years ago)
- Last Synced: 2024-10-06T04:24:06.136Z (3 months ago)
- Topics: cpp, encrypter, encryption-algorithms, shell
- Language: C++
- Homepage: https://sourceforge.net/projects/enigma2000/
- Size: 35.2 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ENIGMA 2000
ENIGMA 2000 is a symmetric cryptographic algorithm developed in C++ for Windows/DOS, to encrypt any file.
It is not optimized for speed processing but it is extremly reliable. Tests state that a huge input file just with zeros, will return an output file whose frequency analysis is white noise.
It uses six phases to encrypt any file and the phases sequence depends on the password. On phase 5, it uses the Rubik's cube paradigm to encrypt the data. The password varies between 8 and 16 characters.
Compile it from the shell accordingly:
`g++ coder.cpp -o coder.exe`The execution syntax is:
`coder.exe [file to encode] [password (min 8 char, max 16)] [mode ('c'oder 'd'ecoder)]`