{"id":21997685,"url":"https://github.com/osfunapps/os-crypto-py","last_synced_at":"2025-07-25T23:41:15.846Z","repository":{"id":57449687,"uuid":"324161833","full_name":"osfunapps/os-crypto-py","owner":"osfunapps","description":"This module contains cryptography handling functions to implement in a Python project.","archived":false,"fork":false,"pushed_at":"2021-02-07T13:55:11.000Z","size":6,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-07T07:03:35.999Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","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/osfunapps.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-12-24T13:25:38.000Z","updated_at":"2021-02-07T13:55:13.000Z","dependencies_parsed_at":"2022-09-14T07:31:39.092Z","dependency_job_id":null,"html_url":"https://github.com/osfunapps/os-crypto-py","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/osfunapps/os-crypto-py","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/osfunapps%2Fos-crypto-py","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/osfunapps%2Fos-crypto-py/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/osfunapps%2Fos-crypto-py/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/osfunapps%2Fos-crypto-py/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/osfunapps","download_url":"https://codeload.github.com/osfunapps/os-crypto-py/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/osfunapps%2Fos-crypto-py/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261380910,"owners_count":23149966,"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":[],"created_at":"2024-11-29T22:17:41.804Z","updated_at":"2025-06-22T23:08:02.049Z","avatar_url":"https://github.com/osfunapps.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"Introduction\n------------\n\nThis module contains cryptography handling functions to implement in a Python project.\n\n## Installation\nInstall via pip:\n\n    pip install os-crypto-handler\n\n\n## Usage       \nRequire the toolbox:\n        \n    from os_crypto import crypto_tools\n    \n# crpyto tools\n```python\n# will encrypt a data block\ndef encrypt(data, key, iv, mode=AES.MODE_CBC, padding_size=AES.block_size)\n\n\n# will decrypt a data block\ndef decrypt(data, key, iv, mode=AES.MODE_CBC, padding_size=AES.block_size)\n```\n\n\n## Links\n[GitHub - osapps](https://github.com/osfunapps)\n\n## Licence\nISC# os-crypto-py\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fosfunapps%2Fos-crypto-py","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fosfunapps%2Fos-crypto-py","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fosfunapps%2Fos-crypto-py/lists"}