{"id":19339865,"url":"https://github.com/harrisonhoward/passwordmanager","last_synced_at":"2025-04-23T02:30:59.268Z","repository":{"id":137407355,"uuid":"253712849","full_name":"harrisonhoward/PasswordManager","owner":"harrisonhoward","description":"PasswordManager | Solo Project | April 2020","archived":true,"fork":false,"pushed_at":"2020-04-24T01:41:53.000Z","size":891,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-24T08:28:16.031Z","etag":null,"topics":["csharp","encryption","password","password-manager","sql-server","winforms"],"latest_commit_sha":null,"homepage":"","language":"C#","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/harrisonhoward.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","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":"2020-04-07T06:59:50.000Z","updated_at":"2024-04-16T11:03:07.000Z","dependencies_parsed_at":null,"dependency_job_id":"6cb940be-cf0b-45ef-b55b-ce6b8c87f3bb","html_url":"https://github.com/harrisonhoward/PasswordManager","commit_stats":null,"previous_names":[],"tags_count":20,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/harrisonhoward%2FPasswordManager","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/harrisonhoward%2FPasswordManager/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/harrisonhoward%2FPasswordManager/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/harrisonhoward%2FPasswordManager/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/harrisonhoward","download_url":"https://codeload.github.com/harrisonhoward/PasswordManager/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250357577,"owners_count":21417309,"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":["csharp","encryption","password","password-manager","sql-server","winforms"],"created_at":"2024-11-10T03:24:09.567Z","updated_at":"2025-04-23T02:30:59.255Z","avatar_url":"https://github.com/harrisonhoward.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003chttps://forbidden-duck.github.io/PasswordManager/\u003e\n# PasswordManager Project\n\nThis project was a created on 07/04/2020 at 5:00pm AEST.\\\nProject Initial Commit Date: 07/04/2020.\n\n## WARNINGS\n### Modifying Project\nWhen modifying the project, it is recommended you have experience in C# and in using WinForms and SQL Server. This project uses WinForms for the GUI and SQL Server 2019 for the use of the database. Make sure that when downloading the required SQL applications and modifying the app.config you do it correctly.\n\n### Downloading Project\nOn-going updates to the project will be happening. If you find bugs in the project please report them, refer to \"Support or Contact\". If you do find large bugs or constantly finding bugs or that you lost some data in the database you may have downloaded the project while I was pushing some new updates and you may have gotten a broken version. If so keep an eye on the commits and you may see a new one come through.\n\n## Project Notes \u0026 Contact Information\n\n### Note\n\nThis project was solely created by Harrison Howard (Forbidden-Duck).\\\nThis project can be used at will (following the MIT License).\n\nProjects SQLController and SQLConnection originated from VideoRentals Project. Refer that README.md for more information.\n\nA stable version of this project has been released. More features will be added in the coming days.\n\nCode has been appropriately commented. If any confusions comes from the code refer to \"Support or Contact\"\n\n### Contact\n\nIf you need help understanding some code please contact me. Otherwise please head over to \"Issue\" or \"Pull Request\"\n\n**Discord**: Duck#9999\n**Email**: harrison.howard00707@gmail.com\n\n## Project Features\n\n### Features in the works\n**Importing**\\\nImporting with Custom files (Import Builder which will allow the user to build the structure of the file)\n\n### Available Features\n**Account creation**\\\nBe able to create as many accounts you please. With added Confirm Password protection.\n\n**Account Management**\\\nChange your password, delete your account and delete all your passwords. Request the password when editing or creating passwords.\n\n**Admin Access**\\\nFirst account created is automatically an admin. Be able to manage user accounts and edit user admin access\n\n**Create, Edit and Delete Passwords**\\\nBe able to create, edit and delete as many passwords as you please.\n\n**Password Security**\\\nWe use Hash Salt for making passwords secure and Encryption and Decryption with a key.\n\n**Stay signed in**\\\nHave the ability to stay signed in\n\n**Importing** and **Exporting**\\\nImporting and Exporting features have been added. You can import with Google Passwords or Password Manager Passwords\n\n**Tags**\\\nBe able to add tags and filter by tags\n\n## Frequently asked questions\n### How do I start the program?\nYou will have to go into the app.config (this will be located along side all the forms). You will need SQL Server downloaded and it is recommended to also have SQL Management Studio. In the app.config locate \u003c connectionStrings \u003e and modifed Data Source as the Server Name and Initial Catalog as the Database name.\\\n**Do not do this unless you know what you are doing, it is recommended you look at a guide that explains how to setup SQL Server in an app.config**\n\n### How do I create an account\nStart the program and on the login screen you will see a blue link like label sitting underneath Password. Click that and you will be greeted with the Account Creation form. Enter a username and password and enter that at the login screen once you have clicked Created. Please keep in mind no account management has been created and if you make a mistake you may have to delete all the users (you don't have to delete the passwords as they will connect up to the same ID as long as you create in the correct order)\\\n**again we don't recommend using this application if you are not familar with C# and using SQL. A version of this maybe created so it requires no programming skill**\n\n### How do I create a password\nOnce you have successfully logged in you can click \"New Password\" in the bottom left and it will bring up a new form. You can enter a title for your password like \"Google Account\" \"GMail Account\" and so on and enter the password.\\\n**Note when editing or adding a new password the password will be visible as text. This is so you can actually edit or add a password with ease**\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fharrisonhoward%2Fpasswordmanager","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fharrisonhoward%2Fpasswordmanager","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fharrisonhoward%2Fpasswordmanager/lists"}