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.
pip install dailykeyInitialise with a passphrase (one-time, on each machine):
dailykey --initGenerate today's key:
dailykey # Print today's key
dailykey backupdisk # Print today's key for "backupdisk"Unlicense — public domain; see LICENSE.