{"id":19244867,"url":"https://github.com/hrishiksh/hash","last_synced_at":"2026-03-14T07:38:08.370Z","repository":{"id":235741314,"uuid":"791135542","full_name":"hrishiksh/hash","owner":"hrishiksh","description":"A terminal based password manager for everyone","archived":false,"fork":false,"pushed_at":"2024-04-29T16:45:48.000Z","size":23075,"stargazers_count":110,"open_issues_count":6,"forks_count":4,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-04-01T12:49:19.566Z","etag":null,"topics":["bcyrpt","encryption","go","golang","golang-application","nacl-secretbox","password","password-generator","password-manager"],"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/hrishiksh.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-04-24T06:52:00.000Z","updated_at":"2025-04-01T05:53:24.000Z","dependencies_parsed_at":"2024-04-29T17:53:07.233Z","dependency_job_id":null,"html_url":"https://github.com/hrishiksh/hash","commit_stats":null,"previous_names":["hrishiksh/hash"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hrishiksh%2Fhash","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hrishiksh%2Fhash/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hrishiksh%2Fhash/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hrishiksh%2Fhash/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hrishiksh","download_url":"https://codeload.github.com/hrishiksh/hash/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250032583,"owners_count":21363864,"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":["bcyrpt","encryption","go","golang","golang-application","nacl-secretbox","password","password-generator","password-manager"],"created_at":"2024-11-09T17:25:33.986Z","updated_at":"2026-03-14T07:38:08.322Z","avatar_url":"https://github.com/hrishiksh.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Hash\n\nHash is a terminal based password manager for everyone. If you spend most of your time in your terminal, Hash may be a good fit in your workflow.\n\nWatch this video to understand the functionality of Hash.\n\nhttps://github.com/hrishiksh/hash/assets/52790353/0b6259c8-79b5-46f2-9ef7-7bda866ea16d\n\n## Motivation for this project\n\nI always prefer email password based signups in websites. But managing password is a hassle for me. I have used [Bitwarden password manager](https://bitwarden.com/) and it is great. But I want to access my passwords from my terminal. I don't want to click around with the mouse to get a single password. Therefore I created Hash.\n\n## Getting started\n\n1. Go to the [GitHub release section](https://github.com/hrishiksh/hash/releases) and pick the binary for your operating system. All the binaries are statically linked. Hence, binaries are portable and don't depend on OS libraries.\n\n2. Rename the binary file to `hash`.\n\n3. Make sure that the downloaded binary is executable. If not, run `chmod +x hash`.\n\n4. After downloading, place the binary in your path. e.g, For Linux users, put the binary inside `~/.local/bin` or `~/bin` directory. For macOS, put the binary inside `/usr/local/bin` directory.\n\n5. Start using Hash by running `hash` in your terminal.\n\n## Tech Stack\n\n- This project is written in [Golang](https://go.dev/).\n- The beautiful TUI (Terminal User Interface) is made using [BubbleTea](https://github.com/charmbracelet/bubbletea), [Bubbles](https://github.com/charmbracelet/bubbles) and [Lipgloss](https://github.com/charmbracelet/lipgloss).\n- [Bcrypt](https://pkg.go.dev/golang.org/x/crypto/bcrypt) (a hash function) is used to generate the Salt.\n- [PBKDF2](https://pkg.go.dev/golang.org/x/crypto/pbkdf2) (a key derivation function) is used to generate the Secret Key.\n- [Nacl Secretbox](https://pkg.go.dev/golang.org/x/crypto/nacl/secretbox) is used to symmetrically encrypt the password.\n- All the password are [Hex encoded](https://pkg.go.dev/encoding/hex) before storing on the Database.\n- [Sqlite](https://github.com/mattn/go-sqlite3) is used to store the encrypted passwords.\n\n## Build this project in your machine\n\n1. Clone the repository\n\n```bash\ngit clone https://github.com/hrishiksh/golang-oauth2-starter.git\n```\n\n2. Download all the dependency\n\n```bash\ngo mod download\ngo mod tidy\n```\n\n3. Build binary\n\n```bash\nmake build\n```\n\n**Note: ** As some part of this project uses CGO, native go cross compilation is not easy. To statically link the binary, I have used the Zig compiler. This is [a tutorial](https://hrishikeshpathak.com/tips/build-static-binary-cross-compile-cgo-project-zig-compiler/) on how to do so in your project.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhrishiksh%2Fhash","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhrishiksh%2Fhash","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhrishiksh%2Fhash/lists"}