password manager - unders/mywiki GitHub Wiki

Passkey

Webauth

V1

Build my own

  • Web Service & Local storage
  • 1 vault; but use tags for filtering; gmail #personal, #work, #client
  • Sync via web or sync valut to machine...
  • CLI, Mobile, Desktop,
  • password: sign In (securing metatdata); lesspass masterpassword for creating a password
  • Directory: Encrypted with a password
  • Password is generated with lesspass masterpassword
  • Fetures: Passwords, Logins; Notes, Credit cards, Identities,
  • Alternatives to 1Password

Web:

  • Login with email link to get to your vault (a 30 day cookie)
  • Decrypt vault with a master password: file.enc is decrypted with an 18 hours cookie
  • lesspass password to decrypt logins and passwords
shared
    uuid-<vault-name>
        vault_version.txt       
        emailaccesslist.txt
        <file-name>.enc
    uuid-<vault-name>
        vault_version.txt       
        emailaccesslist.txt
        <file-name>.enc

private
 vault_version.txt
 passwords.enc
 logins.enc
 creditcards.enc
 identities.enc
 <file-name-1>.enc
 <file-name-2>.enc

Enc is unlocked with

Tools

1Password

gopass

Enpass

lesspass

spectre

OTP

Security

⚠️ **GitHub.com Fallback** ⚠️