virtualkeyring

Strong domain-specific passwords generator
Download

virtualkeyring Ranking & Summary

Advertisement

  • Rating:
  • License:
  • GPL v3
  • Price:
  • FREE
  • Publisher Name:
  • Olivier Grisel
  • Publisher web site:
  • http://cheeseshop.python.org/pypi/trace2html/

virtualkeyring Tags


virtualkeyring Description

Strong domain-specific passwords generator virtualkeyring is an utility script that helps generate a set of rebuildable domain-specific strong passwords out of a single easy to remember master password and domain specific keys such as "login@host".The generated passwords are strong since they use 8 characters out of a 62 characters long alphabet (lowercase and uppercase letters + digits) that are not to be found in any dictionary.You can always re-generate your passwords by taking the base 62 encoding of the sha1 hash of the concatenation of your master password and domain key.Installation:With setuptools:easy_install -U virtualkeyringUsage:Use the interactive command-line tool vkr that should now be in your PATH, and type in you master password and domain key:$ vkrmaster password: mysecretdomain key : foobar@example.comyour password is: hRnf6udBplease clean your console (ctrl-L) after usageTo generate passwords with length larger that 8 chars, for instance for an ssh key passphrase:$ vkr -l 20master password: mysecretdomain key : foobar@id_rsayour password is: ClRsTi3btiFhT1weDq0Lplease clean your console (ctrl-L) after usageTo generate passwords for a specific alphabet:$ vkr -a 42aAuUTtmaster password: mysecretdomain key : foobar@example.comyour password is: AatT2UAaplease clean your console (ctrl-L) after usageAdd your ssh key with virtualkeyringAdd a ssh key to your ssh-agent:vkr-keyThis will use your hostname as domain key. You can also set your domain key in ~/.virtualkeyring. Requirements: · Python What's New in This Release: · hashlib support. add vkr-key script


virtualkeyring Related Software