7 stable releases
1.11.7 | Sep 14, 2024 |
---|---|
1.11.6 | Aug 27, 2024 |
1.11.3 | Jul 27, 2024 |
1.11.2 | Jun 10, 2024 |
#748 in Cryptography
549 downloads per month
Used in sark0y_tam_rst
48KB
1K
SLoC
Project Mademoiselle Entropia [ UV ].
GOAL:
Extremely strong; maximally simple and relatively fast symmetric cipher.
How it works..
First key(Prime Key) is multiuse from one file to another; second (Included Key) is created for every time with generator of random numbers (W-Chaos in 1st version & Order of the Chaos for new ones); cipher uses IK to encrypt a file, & uses PK to inject IK (ciphered with PK) into cryptotext. by operations, it works so:
- to get IK from generator;
- to cipher file with IK;
- to cipher IK with PK;
- to inject/insert encrypted IK into cryptotext.
How to use..
- Build TAM with MAE: cargo build --features=mae.
- Within Console: sark0y_tam_rst -encrypt-copy /path/to/file; sark0y_tam_rst -decrypt-copy /path/to/file.mae
- Within TAM: encrypt copy /path/to/file. Remark: use sub-command {Insert}{no esc} to feed program with correct path.
- The way to integrate it in Your Project: https://github.com/SarK0Y/TAM_RUSTy/blob/pre-workable/src/mae.rs
Links:
TELEGRAM: https://t.me/+N_TdOq7Ui2ZiOTM6 (Alg0Z).
ALG0Z RU: https://dzen.ru/alg0z
ALG0Z EN: https://alg0z.blogspot.com
ChangeLog: https://alg0z8n8its9lovely6tricks.blogspot.com/2023/09/tam-changelog.html
FORUM: https://www.neowin.net/forum/topic/1430114-tam/
E-MAIL: sark0y@protonmail.com
MAE's sources https://github.com/SarK0Y/Mademoiselle_Entropia
Automation Manager with MAE: https://github.com/SarK0Y/TAM_RUSTy.git
YouTube: https://www.youtube.com/@evgeneyknyazhev968
Twitter_X: https://x.com/SarK0Y8
Donations: https://boosty.to/alg0z/donate
my the Best Wishes to You 🙃
Dependencies
~2MB
~25K SLoC