SarK0Y / Mademoiselle_Entropia

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 🙃

About

License:Other


Languages

Language:Rust 100.0%