{"id":16143167,"url":"https://github.com/johnbedeir/password-manager","last_synced_at":"2025-07-08T08:06:40.094Z","repository":{"id":236406070,"uuid":"620405216","full_name":"johnbedeir/password-manager","owner":"johnbedeir","description":"This application is a free password manager where you can input NAME and EMAIL then a complex password will be generated and automatically store them in the Database","archived":false,"fork":false,"pushed_at":"2023-04-01T22:44:06.000Z","size":25102,"stargazers_count":0,"open_issues_count":2,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-06T19:27:57.847Z","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/johnbedeir.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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-28T16:04:48.000Z","updated_at":"2023-03-28T16:11:32.000Z","dependencies_parsed_at":"2024-04-27T00:25:06.074Z","dependency_job_id":null,"html_url":"https://github.com/johnbedeir/password-manager","commit_stats":null,"previous_names":["johnbedeir/password-manager"],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/johnbedeir/password-manager","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/johnbedeir%2Fpassword-manager","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/johnbedeir%2Fpassword-manager/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/johnbedeir%2Fpassword-manager/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/johnbedeir%2Fpassword-manager/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/johnbedeir","download_url":"https://codeload.github.com/johnbedeir/password-manager/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/johnbedeir%2Fpassword-manager/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264229298,"owners_count":23576243,"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":[],"created_at":"2024-10-10T00:08:46.808Z","updated_at":"2025-07-08T08:06:40.060Z","avatar_url":"https://github.com/johnbedeir.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# password-manager\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"imgs/logo.png\" style=\"width: 150px\"\u003e\n\u003c/p\u003e\n\nThis application is a free password manager where you add the `NAME` and the `EMAIL` then a `PASSWORD` will be generated and `Encrypted` before storing it in the `MONGODB` database.\n\n### Steps to run the application:\n\n 1. [Instal MongoDB](https://www.mongodb.com/docs/manual/tutorial/install-mongodb-on-ubuntu/)\n 2. [Install Studio3T](https://studio3t.com/knowledge-base/articles/installation/)\n 3. Make sure `MongoDB` is installed and running on `localhost:27017`\n### Open `Studio3T` application and connect to `mongodb://localhost:27017`\n\n \u003cimg src=\"imgs/1.png\" width=\"400px\"\u003e\n\n### Connect to the database\n\n  \u003cimg src=\"imgs/2.png\" width=\"400px\"\u003e\n  \u003cimg src=\"imgs/3.png\" width=\"400px\"\u003e\n\n### Run the App:\n```\n./passgen\n```\nOutput:\n```\nEnter name for the password: gmail\nEnter user name: mail@gmail.com\nGenerated password: n@4^lM%6-f,NdkB3\nPassword stored in MongoDB database with name gmail in collection passwords\n```\nThe `Password` will be `Encrypted` as shown in the database:\n\n \u003cimg src=\"imgs/5.png\" width=\"400px\"\u003e\n\n### For `Password Decryption` run the following:\n```\n./decrypt\n```\nThis will ask you about the name of the `Password` you would like to `Decrypt` and it will be revealed in the terminal as shown.\n\n \u003cimg src=\"imgs/6.png\" width=\"600px\"\u003e\n\n\u003cimg src=\"imgs/4.png\" width=\"500px\"\u003e\n\n### To build the application:\n\n### Install [GoLang](https://go.dev/doc/install)\n\n`NOTE:` Make sure Go is installed by running `go version`\n\n`NOTE:` You can update the encrypt key in the `encrypt.go` that will be used in the encryption process.\n\n```\nconst encryptKey = \"znq2cnz9rja_WFW_cda\"\n```\n\nThis will create 2 executable files one to generate the password and the other one to decrypt it.\n\n```\ngo mod tidy\ngo build main.go encrypt.go\ngo build decrypt.go encrypt.go\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjohnbedeir%2Fpassword-manager","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjohnbedeir%2Fpassword-manager","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjohnbedeir%2Fpassword-manager/lists"}