{"id":25031925,"url":"https://github.com/avahowell/masterkey","last_synced_at":"2025-06-23T05:36:03.423Z","repository":{"id":32528598,"uuid":"74554635","full_name":"avahowell/masterkey","owner":"avahowell","description":"secure interactive password manager with xchacha20poly1305, argon2id, and Go","archived":false,"fork":false,"pushed_at":"2021-04-25T07:13:48.000Z","size":10380,"stargazers_count":277,"open_issues_count":2,"forks_count":14,"subscribers_count":19,"default_branch":"master","last_synced_at":"2025-04-10T01:12:21.918Z","etag":null,"topics":["cryptography","interactive","password-manager","security","unix","vault"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/avahowell.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-11-23T08:07:17.000Z","updated_at":"2024-11-01T17:11:57.000Z","dependencies_parsed_at":"2022-08-07T17:45:10.664Z","dependency_job_id":null,"html_url":"https://github.com/avahowell/masterkey","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/avahowell/masterkey","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/avahowell%2Fmasterkey","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/avahowell%2Fmasterkey/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/avahowell%2Fmasterkey/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/avahowell%2Fmasterkey/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/avahowell","download_url":"https://codeload.github.com/avahowell/masterkey/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/avahowell%2Fmasterkey/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261422765,"owners_count":23156035,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cryptography","interactive","password-manager","security","unix","vault"],"created_at":"2025-02-05T22:45:39.755Z","updated_at":"2025-06-23T05:35:58.412Z","avatar_url":"https://github.com/avahowell.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# masterkey\n\n[![Go Report Card](https://goreportcard.com/badge/github.com/avahowell/masterkey)](https://goreportcard.com/report/github.com/avahowell/masterkey)\n[![Build Status](https://travis-ci.org/avahowell/masterkey.svg?branch=master)](https://travis-ci.org/avahowell/masterkey)\n\n![masterkey](img/screen.png?raw=True \"screenshot\")\n\nmasterkey is a simple, secure password manager written in Go. It uses `xchacha20poly1305` for authenticated encryption and `argon2id` for key derivation. It stores credentials given a `location`, where each credential is represented by a `Username` and a `Password`. Locations, Usernames, and Passwords are always encrypted using a argon2id key derived from the input passphrase. Unlike `password-store` and a few other password managers, an attacker with access to the encrypted database can not discern exactly how many passwords are stored, the labels (`locations`) for the passwords, or the usernames associated with the passwords.\n\n## Example Usage\n\nInstall `masterkey` either by downloading a release or using `go get`:\n\n`go get github.com/avahowell/masterkey`\n\nNow create your vault, in this example we'll create it at `./vault.db`. New vaults are created using the `-new` flag, existing vaults can be opened by simplly omitting the `-new` flag.\n\nNext, launch the terminal UI using `masterkey vault.db`, or use `masterkey -repl vault.db` to use the developer shell which has a bit more functionality.\n\nNote that as with all password managers, your vault is only as secure as your master password. Use a strong, high entropy master password to protect your credentials.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Favahowell%2Fmasterkey","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Favahowell%2Fmasterkey","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Favahowell%2Fmasterkey/lists"}