TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Vim blowfish encryption

36 pointsby dglover 10 years ago

4 comments

iatrouover 10 years ago
I use gpg to work around vim&#x27;s encryption inconsistencies across different versions. This vimrc does the trick for me: <a href="https://gist.github.com/iatrou/9da751368aecdf0a37f1" rel="nofollow">https:&#x2F;&#x2F;gist.github.com&#x2F;iatrou&#x2F;9da751368aecdf0a37f1</a>
gcb4over 10 years ago
while reading this the only thing on my mind is how un-vim that feature is.<p>i would expect an hex editor mode would make much more sense to be added before they went to such shenanigans feature such as frivolous encryption. which can be trivial to use the Unix way... the way hex editing must be done for great pains btw.
评论 #8412502 未加载
评论 #8412644 未加载
RexRollmanover 10 years ago
I am beginning to think Vim has too many features. And it must be hell managing that codebase.
评论 #8412656 未加载
xorcistover 10 years ago
Can anybody with knowledge of vim see if the GPG plugin at vim.wikia.com is secure with regards to mlock?<p>It is what I currently use. Very convenient. I never trusted something editor-specific.