{"id":19298002,"url":"https://github.com/dotpot/crypton","last_synced_at":"2026-01-17T07:48:58.186Z","repository":{"id":2773933,"uuid":"3773027","full_name":"dotpot/Crypton","owner":"dotpot","description":"PBKDF2 implementation in python.","archived":false,"fork":false,"pushed_at":"2012-03-20T08:23:33.000Z","size":100,"stargazers_count":13,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-22T09:44:44.635Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/dotpot.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}},"created_at":"2012-03-20T08:07:25.000Z","updated_at":"2021-01-30T19:49:36.000Z","dependencies_parsed_at":"2022-09-10T01:12:06.358Z","dependency_job_id":null,"html_url":"https://github.com/dotpot/Crypton","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/dotpot/Crypton","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dotpot%2FCrypton","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dotpot%2FCrypton/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dotpot%2FCrypton/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dotpot%2FCrypton/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dotpot","download_url":"https://codeload.github.com/dotpot/Crypton/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dotpot%2FCrypton/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":268675515,"owners_count":24288285,"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-08-04T02:00:09.867Z","response_time":79,"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":[],"created_at":"2024-11-09T23:06:40.264Z","updated_at":"2026-01-17T07:48:58.151Z","avatar_url":"https://github.com/dotpot.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"#Crypton\nPBKDF2 implementation in pyton. \n\nOriginal package is [here](http://pypi.python.org/pypi/pbkdf2).\n\nThe idea to create this rep. came from [this article](http://www.unlimitednovelty.com/2012/03/dont-use-bcrypt.html)\n\n\n**Or you can use [PassLib](http://packages.python.org/passlib/)**\n\n##Usage\n\n\tfrom pbkdf2 import crypt\n\n    pwhash = crypt(\"secret\")\n    print pwhash\n\n    alleged_pw = raw_input(\"Enter password: \")\n    print crypt(alleged_pw, pwhash)\n\n    if pwhash == crypt(alleged_pw, pwhash):\n        print \"Password good\"\n    else:\n        print \"Invalid password\"\n        \n        \n\n\n### Please feel free to improve it if you like :)\n\n![image](http://img193.imageshack.us/img193/5605/tumblrlznr805hcb1r3zat8.png)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdotpot%2Fcrypton","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdotpot%2Fcrypton","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdotpot%2Fcrypton/lists"}