{"id":15039083,"url":"https://github.com/imdesai00/hashpassword","last_synced_at":"2026-04-06T07:03:36.607Z","repository":{"id":253526809,"uuid":"779326146","full_name":"imdesai00/hashpassword","owner":"imdesai00","description":"It can store password in db in formate of hash. it can create hash using salt and also at verifaction time it can use same salt which use to create hash.","archived":false,"fork":false,"pushed_at":"2024-03-30T07:01:09.000Z","size":18,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-20T10:46:18.231Z","etag":null,"topics":["csharp","dotnetcore","dotnetcorewebapi","hashpassword","postgresql","salt"],"latest_commit_sha":null,"homepage":"","language":"C#","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/imdesai00.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":"2024-03-29T15:16:46.000Z","updated_at":"2024-08-17T10:38:37.000Z","dependencies_parsed_at":"2024-08-18T15:02:20.008Z","dependency_job_id":null,"html_url":"https://github.com/imdesai00/hashpassword","commit_stats":null,"previous_names":["imdesai00/hashpassword"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/imdesai00%2Fhashpassword","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/imdesai00%2Fhashpassword/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/imdesai00%2Fhashpassword/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/imdesai00%2Fhashpassword/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/imdesai00","download_url":"https://codeload.github.com/imdesai00/hashpassword/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243428437,"owners_count":20289317,"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","dotnetcore","dotnetcorewebapi","hashpassword","postgresql","salt"],"created_at":"2024-09-24T20:41:30.974Z","updated_at":"2025-12-30T10:23:20.425Z","avatar_url":"https://github.com/imdesai00.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# ASP.NET Core Web API with Password Hashing and PostgreSQL Storage\n  This project is a demonstration of building a secure ASP.NET Core Web API with password hashing using salt and storing user credentials in a PostgreSQL database. By implementing proper password hashing techniques and utilizing a secure database storage mechanism, this API ensures that user passwords are adequately protected from common security threats like brute-force attacks and password leaks.\n## Features\n\n- Password Hashing with Salt: User passwords are securely hashed using a strong cryptographic algorithm along with a unique salt for each user. This ensures that even if two users have the same password, their hashed values will be different.\n- PostgreSQL Database Storage: User credentials are stored in a PostgreSQL database, ensuring data integrity and security. PostgreSQL offers robust features for data management and provides a scalable solution for storing user information.\n- ASP.NET Core Web API: The API is built using ASP.NET Core, a cross-platform framework for building modern, cloud-based applications. It provides a flexible and powerful environment for creating web APIs that can be hosted on various platforms.\n## Technologies Used\n\n**ASP.NET Core:** The primary framework for building web applications and APIs.\n\n**C#:** The programming language used for backend logic and API.\n\n**Swagger UI:** A tool to document and test APIs.\n\n**PostgreSQL:** A lightweight, file-based database used for local development and testing.\n\n\n## Run Locally\n\nClone the project\n```bash\n  git clone https://github.com/imdesai00/hashpassword.git\n```\n\nNavigate to the project directory.\n```bash\n  cd your-repo\n```\n\nSet up the necessary database configurations in appsettings.json. \n```bash\n  dotnet build\n  dotnet run\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fimdesai00%2Fhashpassword","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fimdesai00%2Fhashpassword","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fimdesai00%2Fhashpassword/lists"}