nancym / ii-issues

0 stars 0 forks source link

ii.com: Using Vim to Store Passwords and Other Secrets in an Encrypted File #27

Open utterances-bot opened 1 year ago

utterances-bot commented 1 year ago

ii.com: Using Vim to Store Passwords and Other Secrets in an Encrypted File

https://www.ii.com/vim-encrypted-files/

ludeksvoboda commented 1 year ago

What does the following mean? Do not use Vim’s zip or blowfish encryption for anything important. The headline says: Using Vim to Store Passwords and Other Secrets in an Encrypted File My passwords and secrets are important. These two statements you wrote are contradictory and confusing.

nancym commented 1 year ago

Thanks for your question @Tramtadama. You're right that what I wrote above is confusing. I've updated it so it now says this:

Do not use Vim’s zip or blowfish encryption for anything important. Instead, use blowfish2⁠ or xchacha20.

Thanks to you this article is a little better now!:heart:

ludeksvoboda commented 1 year ago

Very clear now. I just did not get the context. Thank you for the article!