SkillAgentSearch skills...

Masterpassword

Master Password algorithm implementation in Nim

Install / Use

/learn @SolitudeSF/Masterpassword
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

masterpassword

Nim implementation of Master Password algorithm

mpwc is a command line password manager using this library.

Installation

nimble install masterpassword

Requires libsodium

Example usage

import masterpassword

let
  mkey = getMasterKey(pass = "The Secret Password", name = "Solitude")
  key = getSiteKey(mkey, "github.com", 1)
  pass = getSitePass(key, templateLong)
View on GitHub
GitHub Stars9
CategoryDevelopment
Updated2y ago
Forks0

Languages

Nim

Security Score

75/100

Audited on Feb 18, 2024

No findings