The new major release contains the following:
β¨ Features
WAV Audio media file support - by sassman, pull/6
stegano
has now support for input and output wav audio files (.wav). This means that hiding secret messages and files are now **not* only possible for png image media files but also wav audio files in the same way. For example like this:
β― stegano hide \
-i resources/plain/carrier-audio.wav \
-d resources/secrets/Blah.txt \
resources/secrets/Blah-2.txt \
-o secret.wav
Arch Linux packages - by orhun, pull/10
stegano
can now be installed from available AUR packages using an AUR helper. For example like this:
β― yay -S stegano
π οΈ Maintenance
Update stegano-core
to latest dependencies - by sassman, pull/2
Top comments (0)