-
-
Notifications
You must be signed in to change notification settings - Fork 5.8k
Closed
Labels
Description
Hello,
Being a long time vim user (and very grateful for your hard work!), I was briefly considering using vim and it's encryption feature as a replacement to my password manager, and store an encrypted file on a public cloud.
My googling-fu suggests I'm not the only one having thought of this...
By sheer luck, I've stumbled upon those 2 threads:
- Vim cryptmethod is not authenticated #638
- Vim cryptmethod uses SHA-256 for password-based key derivation #639
Although vim's encryption feature could be applicable to some use cases, it seems mine is not one of them.
While those issues are pending, I feel adding a couple of sentences to the docs here could be useful and low burden for now.
And/or maybe adding some sort of warning regarding vim's crypto status that could be suppressed via an env var, or similar.
What do you think ?