Thanks to visit codestin.com
Credit goes to github.com

Skip to content

zack-alex/derk

Repository files navigation

derk is a tool to derive passwords from a master password in a deterministic way. It is indended for my personal use, so breaking changes are possible and even likely.

The key derivation method is the same one that's used in lesspass. The password encoding approach is different, though. The following procedure is used:

  1. The last 12 bytes of the secret key are taken;
  2. They are encoded using Base58 algorithm;
  3. A single hyphen (-) is inserted at the end.

similar projects:

usage example: in order to paste a password for [email protected] into the clibpoard, run echo '[{"username": "me", "domain": "example.com", "method": "v1"}]' | derk

About

Derive all your passwords from a single master password

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published