Skip to content

WaterJuice/dailykey

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dailykey

Generate deterministic passwords that stay in sync across machines — even offline ones — without ever exchanging them.

Two machines initialised with the same passphrase will always produce the same key on the same day, with no network connection required.

Install

pip install dailykey

Usage

Initialise with a passphrase (one-time, on each machine):

dailykey --init

Generate today's key:

dailykey              # Print today's key
dailykey backupdisk   # Print today's key for "backupdisk"

Licence

Unlicense — public domain; see LICENSE.

About

Generate deterministic daily passwords that stay in sync across machines

Resources

License

Stars

0 stars

Watchers

0 watching

Forks

Packages

 
 
 

Contributors