{"id":19224228,"url":"https://github.com/pedroalbanese/pbkdf2","last_synced_at":"2026-05-17T02:02:03.568Z","repository":{"id":179929414,"uuid":"664335059","full_name":"pedroalbanese/pbkdf2","owner":"pedroalbanese","description":"PBKDF2 Function GUI in Pure TCL/TK and Autoit3","archived":false,"fork":false,"pushed_at":"2023-08-04T16:10:17.000Z","size":80,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-23T10:15:39.235Z","etag":null,"topics":["autoit3","freebsd","linux","pbkdf2","tcl-tk","windows"],"latest_commit_sha":null,"homepage":"","language":"AutoIt","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"isc","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/pedroalbanese.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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":"2023-07-09T16:53:46.000Z","updated_at":"2023-07-16T23:27:20.000Z","dependencies_parsed_at":null,"dependency_job_id":"1a2da039-f117-46f5-8550-413b85999881","html_url":"https://github.com/pedroalbanese/pbkdf2","commit_stats":null,"previous_names":["pedroalbanese/pbkdf2"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/pedroalbanese/pbkdf2","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pedroalbanese%2Fpbkdf2","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pedroalbanese%2Fpbkdf2/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pedroalbanese%2Fpbkdf2/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pedroalbanese%2Fpbkdf2/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pedroalbanese","download_url":"https://codeload.github.com/pedroalbanese/pbkdf2/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pedroalbanese%2Fpbkdf2/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33125182,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-16T18:38:32.183Z","status":"online","status_checked_at":"2026-05-17T02:00:05.366Z","response_time":107,"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":["autoit3","freebsd","linux","pbkdf2","tcl-tk","windows"],"created_at":"2024-11-09T15:11:01.079Z","updated_at":"2026-05-17T02:02:03.523Z","avatar_url":"https://github.com/pedroalbanese.png","language":"AutoIt","funding_links":[],"categories":[],"sub_categories":[],"readme":"# PBKDF2 User Interface\n### PBKDF2 Function GUI in Pure TCL/TK\n\n\u003cdiv align=\"center\"\u003e\n \u003cimg src=\"PBKDF2.png\"\u003c/img\u003e\n\u003c/div\u003e\n\n## PHP compliant\n```php\n\u003c?php\n$password = \"secret\";\n$salt = \"somesalt\";\n$iterations = 512;\n$keyLength = 16; // Key length in bytes\n$algorithm = \"sha256\";\n\n$derivedKey = hash_pbkdf2($algorithm, $password, $salt, $iterations, $keyLength, true);\n\n// Convert derived key to hexadecimal representation\n$derivedKeyHex = bin2hex($derivedKey);\n\necho \"PBKDF2 Password Hash: $derivedKeyHex\";\n?\u003e\n```\n## License\n\nThis project is licensed under the ISC License.\n\n#### Copyright (c) 2020-2023 Pedro F. Albanese - ALBANESE Research Lab.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpedroalbanese%2Fpbkdf2","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpedroalbanese%2Fpbkdf2","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpedroalbanese%2Fpbkdf2/lists"}