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
[...]
@tom-weber
Merci d'avoir rapporté ce problème. Cette erreur provient de MarkdownViewer (
mdv
). Dans la dernière version de Tinyscript, au lieu de chargermdv
sous Python2 etmdv3
(une version alternative qui fixe la compatibilité) sous Python3, j'ai rétabli un seul import demdv
(et plusmdv3
car cette compatibilité semble avoir été fixée récemment dans le paquet de MarkdownViewer.Par conséquent, si
pip install --upgrade mdv
etpip install --upgrade tinyscript
ne résolvent pas le problème, c'est que le problème de compatibilité n'est toujours pas fixé.Peux-tu essayer ceci et tester de ton côté, stp ?