- Enter paths to your .jpeg and file you want to hide on the left side of the launcher.
- If you have Fernet key, you can fill the "Key file" field too. Otherwise, program will generate random encryption key.
- Press "Merge files" button. Files will be in the directory you've started program from. %filename%.jpeg-old.jpeg is a clear version of your image. %filename%.jpeg is the image with encrypted data inside.
- Enter paths to a merged .jpeg and the file with the key it was encrypted with.
- Press "Extract files" button. Decrypted file will be in the directory you've started program from.
Go to the releases tab and download latest release for your OS
- Run command:
sudo apt install pip && pip install pyside6 cryptography && curl https://raw.githubusercontent.com/gh0stKn1ght/ImageCrypt/refs/heads/main/launcher.py
- Start by:
python launcher.py
- Download and install pip
- Run command
pip install pyside6 cryptography && curl https://raw.githubusercontent.com/gh0stKn1ght/ImageCrypt/refs/heads/main/launcher.py
- Start by:
python launcher.py