{"id":19315201,"url":"https://github.com/canardconfit/hashlib","last_synced_at":"2025-09-11T23:32:14.040Z","repository":{"id":261135721,"uuid":"883366135","full_name":"CanardConfit/hashlib","owner":"CanardConfit","description":"Collection of hashlib functions for Ansible","archived":false,"fork":false,"pushed_at":"2024-11-04T21:51:19.000Z","size":21,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-11-04T22:28:47.174Z","etag":null,"topics":["ansible","hashlib","password-hashing","security"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/CanardConfit.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":"2024-11-04T20:53:10.000Z","updated_at":"2024-11-04T21:52:13.000Z","dependencies_parsed_at":"2024-11-04T22:39:35.101Z","dependency_job_id":null,"html_url":"https://github.com/CanardConfit/hashlib","commit_stats":null,"previous_names":["canardconfit/hashlib"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CanardConfit%2Fhashlib","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CanardConfit%2Fhashlib/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CanardConfit%2Fhashlib/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CanardConfit%2Fhashlib/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/CanardConfit","download_url":"https://codeload.github.com/CanardConfit/hashlib/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":232670315,"owners_count":18558568,"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":["ansible","hashlib","password-hashing","security"],"created_at":"2024-11-10T01:05:11.516Z","updated_at":"2025-09-11T23:32:14.034Z","avatar_url":"https://github.com/CanardConfit.png","language":"Python","readme":"# Ansible Collection - canardconfit.hashlib\n\n\u003e **/!\\\\** This repository has been abandoned in favor of [`canardconfit.ansible_utils`] (https://github.com/CanardConfit/ansible_utils).\n\nThis is an Ansible Collection that provides tools from [hashlib library](https://docs.python.org/3/library/hashlib.html).\n\n## Getting Started\n\nTo get started, you can install this collection from Ansible Galaxy:\n\n```bash\nansible-galaxy collection install canardconfit.hashlib\n```\n\n## Usage Example\n\nHere is a basic usage example that demonstrates how to use the PBKDF2-HMAC hashing module:\n\n```yaml\n- name: Hash password with PBKDF2-HMAC\n  hosts: localhost\n  tasks:\n    - name: Hash a password using the canardconfit.hashlib collection\n      canardconfit.hashlib.pbkdf2_hmac_module:\n        password: \"my_secret_password\"\n        iterations: 20000\n        output_format: \"base64\"\n      register: hashed_password\n\n    - name: Display hashed password\n      debug:\n        msg: \"Hashed Password: {{ hashed_password.hash }}\"\n```\n\n## Contributing\n\nWe welcome contributions to improve this collection! Please submit a pull request or open an issue if you have ideas for new features or find bugs.\n\n## License\n\nThis project is licensed under the Mozilla Public License 2.0. See [LICENSE](LICENSE) for more details.\n\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcanardconfit%2Fhashlib","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcanardconfit%2Fhashlib","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcanardconfit%2Fhashlib/lists"}