The Wayback Machine - https://web.archive.org/web/20201201140254/https://github.com/chreekat/passhole
Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 

README.md

A hole for your passwords: your passhole

Based on incredibly complex schemes for safely editing gpg-encrypted files in vim, this just does the simplest thing that possibly (occasionally) works.

  1. Define a filetype *.hole for passwords
  2. Disallows writing any data or metadata out to disk
  3. Hardcodes which PGP key to use for crypto (lol)
  4. Assumes you use gpg-agent or similar to avoid using the tty for passphrase entry

In order to write your files, you must specify your recipients (your selves, generally speaking) in the List g:passhole_recipients.

" in file ~/.vim/after/plugin/passhole.vim, or whatever floats your boat
let g:passhole_recipients = ["0xdeadbeef"]

<insert GPL disclaimer and Copyright 2017 here>

About

A hole for your passwords

Topics

Resources

License

Releases

No releases published

Packages

No packages published
You can’t perform that action at this time.