{"id":15605221,"url":"https://github.com/ostinelli/pyaes256","last_synced_at":"2025-04-26T12:26:16.666Z","repository":{"id":1097298,"uuid":"956438","full_name":"ostinelli/PyAES256","owner":"ostinelli","description":"An AES-256 cryptographic module for Python.","archived":false,"fork":false,"pushed_at":"2010-10-02T13:07:24.000Z","size":100,"stargazers_count":9,"open_issues_count":2,"forks_count":4,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-30T08:24:44.759Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ostinelli.png","metadata":{"files":{"readme":"README","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}},"created_at":"2010-10-02T12:53:42.000Z","updated_at":"2024-01-03T21:09:49.000Z","dependencies_parsed_at":"2022-07-15T07:17:32.217Z","dependency_job_id":null,"html_url":"https://github.com/ostinelli/PyAES256","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ostinelli%2FPyAES256","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ostinelli%2FPyAES256/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ostinelli%2FPyAES256/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ostinelli%2FPyAES256/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ostinelli","download_url":"https://codeload.github.com/ostinelli/PyAES256/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250803769,"owners_count":21490164,"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-10-03T04:03:10.687Z","updated_at":"2025-04-25T10:48:23.956Z","avatar_url":"https://github.com/ostinelli.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"AES-256 cryptographic library for Python.\n=========================================\n\nThis is a basic encryption AES-256 library for Python. Currently, only the\nANSI X.923 byte padding is supported.\n  \nAn example usage of the module is:\n\u003e\u003e\u003e import aes256\n\u003e\u003e\u003e key = \"aserghjerg4w5ygb8JHBr8ySuhrergiE\"\n\u003e\u003e\u003e encrypted = aes256.encrypt(\"My testing clear text\", key)\n\u003e\u003e\u003e decrypted = aes256.decrypt(encrypted, key)\n\u003e\u003e\u003e\u003e print \"decrypted: %s\" % decrypted\nMy testing clear text\n\n\nInstallation\n============\n\nThe toolkit is written and tested using Python 2.6, though it should\nalso work with previous versions of Python 2.x.\n\nThe modules are packaged using the Distutils, so you can simply run\n\"python setup.py build\" to build the package, and \"python setup.py\ninstall\" to install it.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fostinelli%2Fpyaes256","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fostinelli%2Fpyaes256","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fostinelli%2Fpyaes256/lists"}