{"id":17717276,"url":"https://github.com/bwesterb/argon2pure","last_synced_at":"2025-05-07T13:03:43.509Z","repository":{"id":57411422,"uuid":"50111380","full_name":"bwesterb/argon2pure","owner":"bwesterb","description":"Pure-python implementation of Argon2 – winner of the Password Hashing Competition","archived":false,"fork":false,"pushed_at":"2024-02-21T10:33:10.000Z","size":33,"stargazers_count":19,"open_issues_count":0,"forks_count":4,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-05-07T13:03:40.473Z","etag":null,"topics":["argon2","cryptography","hashing","python"],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bwesterb.png","metadata":{"files":{"readme":"README.rst","changelog":"CHANGES.rst","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":"2016-01-21T14:02:28.000Z","updated_at":"2024-11-07T12:10:30.000Z","dependencies_parsed_at":"2024-10-25T17:11:48.232Z","dependency_job_id":"3d01417c-5a8e-4115-8f3b-d4bce65761ea","html_url":"https://github.com/bwesterb/argon2pure","commit_stats":{"total_commits":49,"total_committers":2,"mean_commits":24.5,"dds":"0.061224489795918324","last_synced_commit":"a1a8817dab28438b7ce8c1e180d7ec3418f2bc5b"},"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bwesterb%2Fargon2pure","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bwesterb%2Fargon2pure/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bwesterb%2Fargon2pure/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bwesterb%2Fargon2pure/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bwesterb","download_url":"https://codeload.github.com/bwesterb/argon2pure/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252883227,"owners_count":21819158,"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":["argon2","cryptography","hashing","python"],"created_at":"2024-10-25T14:19:39.106Z","updated_at":"2025-05-07T13:03:43.484Z","avatar_url":"https://github.com/bwesterb.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"argon2pure\n==========\n\nPure Python implementation of Argon2_ v1.3.\n\nYou probably want to use the argon2_cffi_ or pyargon2_ bindings instead.\n\nUsage\n-----\n\n.. code:: python\n\n    \u003e\u003e\u003e import argon2pure\n    \u003e\u003e\u003e from binascii import hexlify\n    \u003e\u003e\u003e hexlify(argon2pure.argon2(b'password', b'randomsalt', time_cost=1, memory_cost=16, parallelism=2))\n    b'0163c5fa892819055eb07b8acb94fd2ff5273e689b34107daaaaceda648f1e1b'\n\n\nInstallation\n------------\n\nRun::\n\n    pip install argon2pure\n\nTODO\n----\n\n- Optimize.\n- Cover corner-cases in tests.\n\n.. _argon2: https://password-hashing.net/#argon2\n.. _pyargon2: https://pypi.python.org/pypi/argon2\n.. _argon2_cffi: https://pypi.python.org/pypi/argon2_cffi\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbwesterb%2Fargon2pure","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbwesterb%2Fargon2pure","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbwesterb%2Fargon2pure/lists"}