Skip to content

WAV Audio media file support

Compare
Choose a tag to compare
@sassman sassman released this 22 Sep 23:11
· 95 commits to main since this release
  • ✨ Features

    • Add 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
    • Add 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]