我想开始使用“vim -X”来存储加密的文本文件。这是关于如何操作的很好的介绍:
http://www.techrepublic.com/blog/security/vim-offers-strong-file-encryption-with-blowfish/4870
但是,我如何确定正在使用的加密算法,如果它是较旧的、不太安全的算法,如何将其更改为 blowfish?
答案1
您可以通过检查cryptmethod
变量,像这样:
:set cryptmethod
cryptmethod=zip
Vim目前仅支持zip
和,其中 Blowfish 是更强大的方法。blowfish