当我跑步时:
gpg --batch --yes -o test_bin.jpg.aes.gpg --symmetric --cipher-algo AES256 --passphrase-file=pass.txt test_bin.jpg
然后用:
解密 gpg --batch --yes -o test_bin.aes.out.jpg --symmetric --cipher-algo AES256 --passphrase-file=pass.txt test_bin.jpg.aes.gpg
我收到了损坏的数据。
我可以使用另一个版本的命令吗?