App::locket

Copy secrets from a YAML/JSON cipherstore into the clipboard (pbcopy, xsel, xclip)
Download

App::locket Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Publisher Name:
  • Robert Krimen
  • Publisher web site:
  • http://search.cpan.org/~rkrimen/

App::locket Tags


App::locket Description

Copy secrets from a YAML/JSON cipherstore into the clipboard (pbcopy, xsel, xclip) App::locket is a Perl module for querying a simple YAML/JSON-based cipherstore.It has a simple commandline-based querying method and supports copying into the clipboardCurrently, encryption and decryption is performed via external tools (e.g. GnuPG, OpenSSL, etc.)App::locket is best used with:* gnupg.vim http://www.vim.org/scripts/script.php?script_id=661* openssl.vim http://www.vim.org/scripts/script.php?script_id=2012* EasyPG http://www.emacswiki.org/emacs/AutoEncryptionSYNOPSIS # Setup the configuration file for the cipherstore: # (How to read the cipherstore, how to edit the cipherstore, etc.) $ locket setup # Add or change data in the cipherstore: $ locket edit # List all the entries in the cipherstore: $ locket / # Show a secret from the cipherstore: $ locket /alice@gmail # Copy an entry from the cipherstore into the clipboard: # (The clipboard will be purged after 10 seconds) $ locket --copy --delay 10 /alice@gmail Requirements: · Perl


App::locket Related Software