vim -x 使用什么加密?

xen*_*ide 11 security vim encryption

我读man vim:h -x:h encryption没有这实际上是说,它与加密算法是什么。

eph*_*ent 7

:h 'cryptmethod'说 PkZip 和 Blowfish(Vim 7.3 中的新功能)是可能的加密方法。看看周围FEAT_CRYPTVIM / src目录/ misc2.c证实了这一点。

弱加密方法记录在PKWARE 的 zip 文件格式文档中,新的强加密记录在Bruce Schneier 的 Blowfish 页面中


oad*_*ams 6

我知道他们在 7.3 中添加了对河豚加密的支持。除此之外,它是拉链。

如果您使用的是 7.3,请转到:

:set cryptmethod?
Run Code Online (Sandbox Code Playgroud)

看看你用的是什么方法。