Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stuartcarnie/vim-openssl
pathogen compatible version of openssl.vim
https://github.com/stuartcarnie/vim-openssl
Last synced: 6 days ago
JSON representation
pathogen compatible version of openssl.vim
- Host: GitHub
- URL: https://github.com/stuartcarnie/vim-openssl
- Owner: stuartcarnie
- Created: 2014-06-27T23:35:06.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-06-27T23:41:26.000Z (over 10 years ago)
- Last Synced: 2023-04-14T06:38:37.411Z (over 1 year ago)
- Language: VimL
- Size: 129 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.markdown
Awesome Lists containing this project
README
# openssl.vim
Pathogen-compatible version of [openssl.vim][1]openssl.vim is created by Noah Spurrier
## description
Edit OpenSSL encrypted files and turn Vim into a Password Safe!
This plugin enables reading and writing of files encrypted using OpenSSL.
The file must have the extension of one of the ciphers used by OpenSSL. For
example:.des3 .aes .bf .bfa .idea .cast .rc2 .rc4 .rc5
This will turn off the swap file and .viminfo log. The `openssl` command
line tool must be in the path.## license
Extracted from [vim.org][1]> I release all copyright claims. This code is in the public domain.
> Permission is granted to use, copy modify, distribute, and sell this
> software for any purpose. I make no guarantee about the suitability of this
> software for any purpose and I am not liable for any damages resulting from
> its use. Further, I am under no obligation to maintain or extend this
> software. It is provided on an 'as is' basis without any expressed or
> implied warranty.[1]: http://www.vim.org/scripts/script.php?script_id=2012 "openssl.vim"