Skip to content

A Key Calculation Based Program For Data Confidentiality Over A Steganography-Like Technique Using The ROT Algorithm

Notifications You must be signed in to change notification settings

Mahmoud7Osman/AixCrypt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The Key Calculation Process :

The Program Work By Calculating a Decryption Key For The Target File Based On Another File To Reproduce Again The Target File By Using The Key + The File Used in Key Calculation. It Is Used To Share Data In a Secure Way, Out Of Sight, Invisible To Others, Like Sharing a file containing Hello World, But When You Decrypt this file with your key, You'll Obtain F**k You As An Example.

Usage:

  1. sudo bash install.sh (sudo required to copy aix into /bin)
  2. aix -h for help
Example:
  • aix passwords.txt keygen -f picture.jpg -k key.txt (This will calculate a key for the passwords.txt and the picture.jpg files and store it in key.txt)
  • aix decrypted_passwords.txt produce -f picture.jpg -k key.txt (This will Reproduce the password.txt file by decrypting the picture.jpg file with the pre-calculated key.txt file, putting reproduced data in the decrypted_passwords.txt file)

About

A Key Calculation Based Program For Data Confidentiality Over A Steganography-Like Technique Using The ROT Algorithm

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published