Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Camellia Cipher with S-Box Randon Generator(Custom SEED)

The Camellia cipher is a block cipher, meaning it processes fixed-size chunks of data (blocks) at a time, typically 128 bits (16 bytes). It is often compared to AES (Advanced Encryption Standard) because both are highly secure and efficient.

POC_WORKINGS

Usage and Works

cargo build --release

cargo run --release

How it works ?

Camellia encrypts or decrypts data using a key. Encryption scrambles the data into an unreadable format, while decryption restores it back to its original form. This ensures that even if someone intercepts your data, they can't make sense of it without the correct key.

Credits and Resources

Author @5mukx