{"id":18522061,"url":"https://github.com/sigmanificient/pbkdf2-reboot","last_synced_at":"2025-07-29T15:10:28.636Z","repository":{"id":103528567,"uuid":"490072853","full_name":"Sigmanificient/pbkdf2-reboot","owner":"Sigmanificient","description":"An modernised `pbkdf2` module for python","archived":false,"fork":false,"pushed_at":"2022-05-18T04:29:16.000Z","size":28,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-29T20:05:40.777Z","etag":null,"topics":["hashing","hashing-algorithm","pbkdf2","pbkdf2-implementation","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/Sigmanificient.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":"2022-05-08T22:50:44.000Z","updated_at":"2024-01-07T03:37:54.000Z","dependencies_parsed_at":null,"dependency_job_id":"1b1c0c26-79fd-4501-b2d5-f9262d0aa129","html_url":"https://github.com/Sigmanificient/pbkdf2-reboot","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Sigmanificient/pbkdf2-reboot","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sigmanificient%2Fpbkdf2-reboot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sigmanificient%2Fpbkdf2-reboot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sigmanificient%2Fpbkdf2-reboot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sigmanificient%2Fpbkdf2-reboot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Sigmanificient","download_url":"https://codeload.github.com/Sigmanificient/pbkdf2-reboot/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sigmanificient%2Fpbkdf2-reboot/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267706242,"owners_count":24131087,"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-07-29T02:00:12.549Z","response_time":2574,"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":["hashing","hashing-algorithm","pbkdf2","pbkdf2-implementation","python3"],"created_at":"2024-11-06T17:28:53.931Z","updated_at":"2025-07-29T15:10:28.585Z","avatar_url":"https://github.com/Sigmanificient.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# PBKDF2 reboot\n\n[![codecov](https://codecov.io/gh/Sigmanificient/pbkdf2-reboot/branch/main/graph/badge.svg?token=OP0X4ZR5JZ)](https://codecov.io/gh/Sigmanificient/pbkdf2-reboot)\n\nA modern Python 3 library for PBKDF2 password hashing.\n\nThe library code is derived from the original Python 2 library [python-pbkdf2](https://github.com/dlitz/python-pbkdf2) \nthat hasn't been updated for 11 years.\nThe main purpose of this library is to provide a more in-time version with typing support.\n\n## Usage\n\n```py\n\u003e\u003e\u003e from pbkdf2 import crypt\n\u003e\u003e\u003e pbkdf2.crypt('password', 'salt', iterations=1000)\n'$p5k2$3e8$salt$8U24fPYH1KBtWqbN5ibra6gQR2ZV864RD1qpxeEVv/Q='\n```\n\n```py\n\u003e\u003e\u003e from hashlib import sha3_512\n\u003e\u003e\u003e from pbkdf2 import PBKDF2\n\u003e\u003e\u003e p = PBKDF2('password', 'salt', iterations=1000, digest_module=sha3_512)\n\u003e\u003e\u003e p.read_hex(64)\n'e697001cf40fe4623eb67df2ddab791a499451234957133097deffce766fc9839e4642de2a1cfea8307d98bde6995bab8cf70453dc8eab92fcba0a02a2ae026e'\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsigmanificient%2Fpbkdf2-reboot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsigmanificient%2Fpbkdf2-reboot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsigmanificient%2Fpbkdf2-reboot/lists"}