{"id":23946147,"url":"https://github.com/ermos/dbm","last_synced_at":"2025-11-10T00:03:03.309Z","repository":{"id":137362132,"uuid":"610053756","full_name":"ermos/dbm","owner":"ermos","description":"💼 manage your database login easily","archived":false,"fork":false,"pushed_at":"2023-06-26T22:40:02.000Z","size":98,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-09T21:39:34.587Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ermos.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":"2023-03-06T01:37:35.000Z","updated_at":"2023-03-10T01:21:17.000Z","dependencies_parsed_at":null,"dependency_job_id":"609b488f-eee8-4888-a9fa-eaaa79597c77","html_url":"https://github.com/ermos/dbm","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/ermos/dbm","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ermos%2Fdbm","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ermos%2Fdbm/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ermos%2Fdbm/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ermos%2Fdbm/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ermos","download_url":"https://codeload.github.com/ermos/dbm/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ermos%2Fdbm/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271594374,"owners_count":24786707,"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","status":"online","status_checked_at":"2025-08-22T02:00:08.480Z","response_time":65,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":[],"created_at":"2025-01-06T08:28:43.055Z","updated_at":"2025-11-10T00:03:03.262Z","avatar_url":"https://github.com/ermos.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# dbm\n\u003e 💼 manage your database login easily\n\n`dbm` is a command-line tool that allows you\nto easily store and manage your database credentials\nin one secure location. It provides a secure ways to connect\nto your databases without typing credentials.\n\n[![Go Reference](https://pkg.go.dev/badge/github.com/ermos/dbm.svg)](https://pkg.go.dev/github.com/ermos/dbm)\n[![Latest tag](https://img.shields.io/github/v/tag/ermos/dbm?label=latest)](https://github.com/ermos/dbm/tags)\n[![Go Report Card](https://goreportcard.com/badge/github.com/ermos/dbm)](https://goreportcard.com/report/github.com/ermos/dbm)\n[![Maintainability](https://api.codeclimate.com/v1/badges/4d4e0548b083618eba7d/maintainability)](https://codeclimate.com/github/ermos/dbm/maintainability)\n[![codecov](https://codecov.io/github/ermos/dbm/branch/main/graph/badge.svg?token=QWBNK45M8L)](https://codecov.io/github/ermos/dbm)\n\n\n## 📦 Installation\n\n`dbm` is free and open source. You can install it by following one of given ways.\n\n### Linux\n\n```bash\ncurl -sL https://github.com/ermos/dbm/releases/latest/download/dbm_Linux_$(uname -m).tar.gz | tar -xvz --wildcards 'dbm' \\\n\u0026\u0026 sudo mv dbm /usr/local/bin/\n```\n\n### Mac\n\n```bash\ncurl -sL https://github.com/ermos/dbm/releases/latest/download/dbm_macOS_all.tar.gz | tar -xvz --wildcards 'dbm' \\\n\u0026\u0026 sudo mv dbm /usr/local/bin/\n```\n\n[//]: # (### Windows)\n\n[//]: # ()\n[//]: # (Download the right archive from [the latest release page]\u0026#40;https://github.com/ermos/dbm/releases/latest\u0026#41;.)\n\n### Alternative\n\nFrom `go install` :\n```bash\ngo install github.com/ermos/dbm@latest\n```\n\nFrom `source` :\n```bash\ngit clone git@github.com:ermos/dbm.git\nmake build/bin\n```\n\n## 📚 Usage\n\nTo get started with `dbm`, you will first need to create a master password.\nThis password will be used to encrypt and decrypt your sensitive information,\nso be sure to choose a strong and secure password. Above all, don't forget it!\n\nRun any command, the master password set-up will show up :\n```bash\n\u003e dbm add\n\nWelcome to dbm!\nPlease define your master password before continuing.\nUse a strong and unique master password,\nit will be asking before each command.\n\nYour master password :\n\n```\n\nWhen it's done, you can add your first database :\n```bash\n\u003e dbm add\n\n[dbm] master password: \n\nAdding a new database to dbm\nThis command is designed to guide you through\nthe process of adding a new database to dbm.\n\n? What is the alias name ? mydb\n? What is the protocol ? mysql\n? What is the hostname ? 127.0.0.1\n? What is the port ? 3306\n? What is your database username ? root\n? What is your database password ? \n? What is the default database ? mydb\n```\n\nAnd for finish, let's connect to our database :\n```bash\n\u003e dbm open mydb\n\n[dbm] master password: \n\nReading table information for completion of table and column names\nYou can turn off this feature to get a quicker startup with -A\n\nWelcome to the MariaDB monitor.  Commands end with ; or \\g.\nYour MySQL connection id is 123456789\nServer version: 0.0.00 MySQL Community Server (GPL)\n\nCopyright (c) 2000, 2018, Oracle, MariaDB Corporation Ab and others.\n\nType 'help;' or '\\h' for help. Type '\\c' to clear the current input statement.\n\nMySQL [mydb]\u003e \n```\n\nAnd voila ! 🎉\n\n## 🔒 Security\n\nCurrently, `dbm` encrypt only passwords.\n`dbm` use a secure ways used by the major part of password manager tools.\n`dbm` encrypts passwords using the Advanced Encryption Standard (AES-256)\nin Cipher Block Chaining (CBC) mode, along with a salt\nand a password-derived key (PBKDF2).\n\nAccording to [OWASP recommendations](https://cheatsheetseries.owasp.org/cheatsheets/Password_Storage_Cheat_Sheet.html),\nthe minimal required iteration for PBKDF2 is `600.000` but we have increased it to `1.200.000`.\nIf you want change this value, you can download source code and update it in `/internal/pkg/goliath/config.go`.\n\nSince `dbm` is open-source, you can see the implementation here: `/internal/pkg/goliath`.\n\n## 🤝 Contributing\n\nContributions to `dbm` are always welcome!\nIf you find a bug or have a feature request, please open an issue on GitHub.\nIf you want to contribute code, please fork the repository and","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fermos%2Fdbm","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fermos%2Fdbm","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fermos%2Fdbm/lists"}