mirror of
https://github.com/neovim/neovim.git
synced 2025-09-15 15:58:17 +00:00

As discussed in #694, vim encryption uses old, obsolete algorithms that are poorly implemented. Since insecure cryptography is worse than no cryptgraphy, the community voted in favor of removing all crypto. Various alternatives to the old crypto is being discussed in #701. Closes #694.