Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我试图用 GPG 加密文件。使用“gpg -e -r 'Recipient' message.txt”。
为什么我得到这个:
而不是这样的:
得到我想要的输出。您应该附加选项 -a,“ascii 输出”。