Categorygithub.com/tekhnus/derk
repositorypackage
0.0.0-20240808191700-daa7d95e523b
Repository: https://github.com/tekhnus/derk.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# README

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