Mademoiselle_Entropia

Crates.ioMademoiselle_Entropia
lib.rsMademoiselle_Entropia
version1.11.7
sourcesrc
created_at2024-06-03 17:11:50.568874
updated_at2024-09-14 19:50:00.101151
descriptionExtremely strong, stupidly simple and relatively fast symmetric cipher.. check out the Readne for explanation. Have a great day, Dear User 💯❤️
homepage
repositoryhttps://github.com/SarK0Y/Mademoiselle_Entropia
max_upload_size
id1260295
size47,641
(SarK0Y)

documentation

README

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 🙃

Commit count: 2

cargo fmt