{"id":15322143,"url":"https://github.com/edmartt/password-hasher","last_synced_at":"2026-02-04T11:32:01.234Z","repository":{"id":38822322,"uuid":"393775630","full_name":"Edmartt/password-hasher","owner":"Edmartt","description":"A script that make use of passlib library for hashing strings","archived":false,"fork":false,"pushed_at":"2023-03-16T15:00:02.000Z","size":41,"stargazers_count":1,"open_issues_count":2,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-07T22:08:56.987Z","etag":null,"topics":["hashing","mysql","mysql-database","password-hash","password-safety","pbkdf2","python","python-script","python3"],"latest_commit_sha":null,"homepage":"","language":"Python","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/Edmartt.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":"2021-08-07T19:35:29.000Z","updated_at":"2022-05-06T12:26:46.000Z","dependencies_parsed_at":"2024-12-06T14:43:02.585Z","dependency_job_id":"f91884d0-c7fc-42a9-9d45-2efc66d8309d","html_url":"https://github.com/Edmartt/password-hasher","commit_stats":{"total_commits":33,"total_committers":2,"mean_commits":16.5,"dds":0.06060606060606055,"last_synced_commit":"ac82d696bde9dceefe24178b31b96f6ba10ff976"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Edmartt/password-hasher","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Edmartt%2Fpassword-hasher","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Edmartt%2Fpassword-hasher/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Edmartt%2Fpassword-hasher/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Edmartt%2Fpassword-hasher/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Edmartt","download_url":"https://codeload.github.com/Edmartt/password-hasher/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Edmartt%2Fpassword-hasher/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29082604,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-04T03:31:03.593Z","status":"ssl_error","status_checked_at":"2026-02-04T03:29:50.742Z","response_time":62,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["hashing","mysql","mysql-database","password-hash","password-safety","pbkdf2","python","python-script","python3"],"created_at":"2024-10-01T09:14:19.238Z","updated_at":"2026-02-04T11:32:01.216Z","avatar_url":"https://github.com/Edmartt.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# PASSWORD HASHER\n\nA script that ask the user for an input and use the hash function from passlib library. The main purpose of this project is to use a more secure way of storing users data like passwords in databases.\n\n## Install\n\nafter clonning, follow this instructions:\n\nOn Windows:\n\n    $ python -m venv name of the virtualenv\n    $ env\\Scripts\\activate\n    $ pip install requirements.txt\n    $ set DB_HOST=your localhost\n    $ set DB_USER=your MySQL/MariaDB user\n    $ set DB_PASSWORD=your MySQL/MariaDB password\n    $ set DB_NAME= your database name\n\nOn Linux:\n\n    $ python -m venv name of the virtualenv\n    $ . env\\Scripts\\activate\n    $ pip install requirements.txt\n    $ export DB_HOST=your localhost\n    $ export DB_USER=your MySQL/MariaDB user\n    $ export DB_PASSWORD=your MySQL/MariaDB password\n    $ export DB_NAME= your database name\n\n## Running\n\nOn Windows:\n\n    $ python main.py\n\nOn Linux:\n\n    $ python3 main.py\n\n\nExample of use:\n    \n     $ python(3) main.py\n     \n     $ Type your plaintext password (it won't be echoed):\n\n     $ Your hashed password: $pbkdf2-sha256$29000$4pwzppRyTkmpdQ4hhJBSig$Yg/yq9VWkrN5NF6phWiN336r.GnwdoGqSkzsOjS8xmo\n\n     $ Password stored in database\n\n## Testing\n\nCoverage:\n\n    $ coverage run --source=hashing,password.py -m unittest\n\n### Note\n\n- The name **passwords** is needed for the table used in the database.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fedmartt%2Fpassword-hasher","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fedmartt%2Fpassword-hasher","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fedmartt%2Fpassword-hasher/lists"}