-
Notifications
You must be signed in to change notification settings - Fork 2
Home
Jordi Castelló edited this page Mar 1, 2018
·
4 revisions
Bagul is simply a java program that hides an encrypted message into JPEG files. The messages are inserted in the JPEG files with AES-256 encryption.
The key for the encryption is the SHA-256 hash of the password and the SALT used is its MD5 hash (not very secure).
Warning: Do not pass images across applications where these will be compressed, or message will be erased. (e.g. Whatsapp, Twitter...)