Recommended Posts

  • 2 weeks later...

 

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..

    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

TAM with MAE: https://crates.io/crates/sark0y_tam_rst/1.9.114

MAE: https://crates.io/crates/Mademoiselle_Entropia

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now