DEV Community

Sven Kanoldt
Sven Kanoldt

Posted on

🎉 🚀 🍺 The new release v0.4.1 of stegano-rs is out

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
Enter fullscreen mode Exit fullscreen mode

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
Enter fullscreen mode Exit fullscreen mode

🛠️ Maintenance

Update stegano-core to latest dependencies - by sassman, pull/2

check it out on crates.io

reference tweet

Top comments (0)