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.
- sudo bash install.sh (sudo required to copy aix into /bin)
- aix -h for help
- 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)