# MP3隐写

# 关于

MP3隐写主要是通过工具 Mp3Stego 工具来完成的,通过该工具加密的文件我们只需要获取到加密的密码即可解密加密的文件

img

官网中的示例使用方法:

encode -E hidden_text.txt -P pass svega.wav svega_stego.mp3
decode -X -P pass svega_stego.mp3
1
2
3
4

img

# 工具

https://www.petitcolas.net/steganography/mp3stego