#symmetric #strong #encryption #performance #exotic

Mademoiselle_Entropia

Extremely strong, stupidly simple and relatively fast symmetric cipher.. check out the Readne for explanation. Have a great day, Dear User 💯❤️

6 stable releases

1.11.6 Aug 27, 2024
1.11.5 Aug 11, 2024
1.11.3 Jul 27, 2024
1.11.2 Jun 10, 2024

#369 in Cryptography

Download history 99/week @ 2024-05-30 183/week @ 2024-06-06 48/week @ 2024-06-13 19/week @ 2024-06-20 2/week @ 2024-06-27 9/week @ 2024-07-04 10/week @ 2024-07-11 154/week @ 2024-07-25 137/week @ 2024-08-01 129/week @ 2024-08-08 62/week @ 2024-08-15 172/week @ 2024-08-22 48/week @ 2024-08-29

525 downloads per month
Used in sark0y_tam_rst

Custom license

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:

  1. to get IK from generator;
  2. to cipher file with IK;
  3. to cipher IK with PK;
  4. to inject/insert encrypted IK into cryptotext.

How to use..

  1. Build TAM with MAE: cargo build --features=mae.
  2. Within Console: sark0y_tam_rst -encrypt-copy /path/to/file; sark0y_tam_rst -decrypt-copy /path/to/file.mae
  3. Within TAM: encrypt copy /path/to/file. Remark: use sub-command {Insert}{no esc} to feed program with correct path.
  4. 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
~24K SLoC