This Tinyscript-based tool allows to unhide data hidden in base32/base64 strings. It can take a PNG or JPG in input to retrieve an EXIF value as the input data.
This can be installed using:
$ pip install tinyscript
$ tsm install paddinganograph
$ paddinganograph -e base64 -f Comment -s . < test.jpg
[...]
$ paddinganograph -e base64 -f Comment -s . < test.jpg | paddinganograph -e base32
[...]
This tool is especially useful in the use cases hereafter.
Retrieve hidden data from an image using Base32/64 padding
Select the "Comment
" field, split its value with the separator ".
" and extract hidden data:
$ paddinganograph -s "." -f "Comment" < image.jpg
[...]
Personnelement pour l'erreur markdown j'ai pu résoudre en rétrogradant la version pour installer markdown-3.3.7 via
pip install markdown==3.3.7
En revanche quand je fais un test sur mon fichier j'ai l'erreur suivante:
(Il y a bien un "Comment" EXIF dans mon fichier)
Merci pour ton aide.
EDIT : j'ai cette erreur si je call le script paddinograph.py mais si j'appelle le bin tout fonctionne depuis ton upgrade du code :)