{"id":22481759,"url":"https://github.com/riotkit-org/gpbkdf2","last_synced_at":"2025-08-02T16:30:54.803Z","repository":{"id":103425742,"uuid":"248438661","full_name":"riotkit-org/gpbkdf2","owner":"riotkit-org","description":"PBKDF2 key encoder for use in shell. Single, tiny binary. Written in Go.","archived":false,"fork":false,"pushed_at":"2020-03-20T07:42:10.000Z","size":12,"stargazers_count":6,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-06-20T16:45:04.856Z","etag":null,"topics":["aes","aes-256","aes-256-cbc","cbc","cbc-mode","crypto","go","openssl","pbkdf2","pbkdf2-cli","security"],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"lgpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/riotkit-org.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2020-03-19T07:32:44.000Z","updated_at":"2022-05-06T19:45:08.000Z","dependencies_parsed_at":null,"dependency_job_id":"a2da7037-f1ff-47d0-b13d-2c1eb7242130","html_url":"https://github.com/riotkit-org/gpbkdf2","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/riotkit-org%2Fgpbkdf2","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/riotkit-org%2Fgpbkdf2/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/riotkit-org%2Fgpbkdf2/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/riotkit-org%2Fgpbkdf2/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/riotkit-org","download_url":"https://codeload.github.com/riotkit-org/gpbkdf2/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":228491918,"owners_count":17928719,"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":["aes","aes-256","aes-256-cbc","cbc","cbc-mode","crypto","go","openssl","pbkdf2","pbkdf2-cli","security"],"created_at":"2024-12-06T16:15:17.897Z","updated_at":"2024-12-06T16:15:18.652Z","avatar_url":"https://github.com/riotkit-org.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"gpbkdf2\n=======\n\nSingle-binary, tiny and fast shell application for encoding passwords using [Password Based Key Deriviation Function 2 (PBKDF2)](https://en.wikipedia.org/wiki/PBKDF2).\n\n```\nPBKDF2 applies a pseudorandom function, such as hash-based message authentication code (HMAC), to the input password or\npassphrase along with a salt value and repeats the process many times to produce a derived key, which can then be used as\na cryptographic key in subsequent operations. The added computational work makes password cracking much more difficult, \nand is known as key stretching.\n```\n\nSource: Wikipedia\n\n*NOTE: gpbkdf2 has stable API, it is safe to use it in the scripts.*\n\nUsage\n-----\n\n```bash\n./gpbkdf2 --passphrase=my-secret-passphrase --salt=my-secret-salt --digest-algorithm=sha512 --digest-rounds=10000 --length=128\nb9f3da942744045a247ed9e8d2b5cac7987beee58441c56fae44871652534e0e2b78aaa2a1d199fbf460bcade837a0fd43a8d41774c0883726884a4955da196684a81342683f4984b25d3f0284d40b91809c9a2f79bba0cd406a8a48bba6a4c2c12a69036fe3d8dbcada2f9b3f8b19c7b1d4538d36daf75ff1b525ee85ce4606\n```\n\nThanks to\n---------\n\nThis project strongly uses library [crypto/pbkdf2](golang.org/x/crypto/pbkdf2) library.\n\nCopyleft\n--------\n\nCreated by **RiotKit Collective**.\nProject was created by RiotKit as part of working on grassroot initiatives for social change, the anarchist movement.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Friotkit-org%2Fgpbkdf2","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Friotkit-org%2Fgpbkdf2","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Friotkit-org%2Fgpbkdf2/lists"}