{"id":16541437,"url":"https://github.com/zmisgod/php-aes","last_synced_at":"2026-06-05T08:31:50.351Z","repository":{"id":57091636,"uuid":"95083917","full_name":"zmisgod/php-aes","owner":"zmisgod","description":"Encryption and decryption using asymmetric cryptography (using OpenSSL extention)","archived":false,"fork":false,"pushed_at":"2018-01-05T01:33:17.000Z","size":6,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-14T08:52:15.934Z","etag":null,"topics":["aes","aes-256","aes-cbc","php","php7"],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/zmisgod.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-06-22T06:48:45.000Z","updated_at":"2022-02-12T14:37:17.000Z","dependencies_parsed_at":"2022-08-22T20:41:00.076Z","dependency_job_id":null,"html_url":"https://github.com/zmisgod/php-aes","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/zmisgod%2Fphp-aes","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zmisgod%2Fphp-aes/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zmisgod%2Fphp-aes/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zmisgod%2Fphp-aes/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zmisgod","download_url":"https://codeload.github.com/zmisgod/php-aes/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241787487,"owners_count":20020099,"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-cbc","php","php7"],"created_at":"2024-10-11T18:55:00.374Z","updated_at":"2025-03-04T04:41:41.672Z","avatar_url":"https://github.com/zmisgod.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# php-aes\n\u003e based on PHP OpenSSL extension\n\nThis Aes Class using OpenSSL extension of PHP.\n[The official of PHP manual suggest us using OpenSSL to replace Mcrypt extention](http://php.net/manual/en/migration71.deprecated.php \"Why am i using OpenSSL extension\")\n\n## before using this\n\n* Check your php extension and find OpenSSL.\n\n`php -m | grep openssl` \n\n## install\n\n```\ncomposer require zmisgod/php-aes\n```\n\n## usage\n\nHere is a example\n\n```\n\u003c?php\nrequire_once __DIR__ . '/vendor/autoload.php';\n$aes     = new SimpleAes\\Aes();\n$encrypt = $aes-\u003eencrypt( 'star zmisgod' );\necho $encrypt . PHP_EOL;\n//output : xviTncBNkTIg/44a27uGzw==\n\necho $aes-\u003edecrypt( $encrypt ) . PHP_EOL;\n//output : star zmisgod\n```\n\n## contact\n\n\u003ca href=\"https://zmis.me\"\u003ezmis.me\u003c/a\u003e\n\n\u003ca href=\"http://weibo.com/zmisgod\"\u003e@zmisgod\u003c/a\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzmisgod%2Fphp-aes","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzmisgod%2Fphp-aes","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzmisgod%2Fphp-aes/lists"}