https://github.com/arnehilmann/vim-password-vault
store passwords in encrypted text file, using vim
https://github.com/arnehilmann/vim-password-vault
Last synced: 3 months ago
JSON representation
store passwords in encrypted text file, using vim
- Host: GitHub
- URL: https://github.com/arnehilmann/vim-password-vault
- Owner: arnehilmann
- Created: 2013-02-15T16:01:08.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2013-03-13T19:20:46.000Z (over 12 years ago)
- Last Synced: 2025-02-09T16:38:07.160Z (5 months ago)
- Language: VimL
- Size: 117 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
vim-password-vault
==================Tired of writing down your password somewhere?
Frustrated by those fancy gui-oriented password managers?How about a plain text file, strongly encrypted, easyly to navigate,
with the tool you know best?[Vim](http://www.vim.org/): it supports strong encryption via the "-x" option,
and it allows for some security-relevant settings directly in the file.Find here an example for such a password file [.vault](.vault),
and an optional vimrc snippet for even more security.In-File Settings
----------------* crypt method: blowfish
* no backup or temporary files at allows
* automatic foldingVim.rc Snippet Features
-----------------------* y shortcut for easy copying of the current line to the clipboard
* auto-close file after 5min of inactivity## Usage
```bash
vim -x .vault
```## See also
Another variant for password handling: [passwordgrid](https://github.com/arnehilmann/passwordgrid).