{"id":19001711,"url":"https://github.com/ledccn/ledc-crypt","last_synced_at":"2026-02-16T10:03:51.387Z","repository":{"id":257802767,"uuid":"864157295","full_name":"ledccn/ledc-crypt","owner":"ledccn","description":"加密解密与加签验签","archived":false,"fork":false,"pushed_at":"2025-07-30T14:35:13.000Z","size":67,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-04T19:35:34.908Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/ledccn.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2024-09-27T15:44:07.000Z","updated_at":"2025-07-30T14:34:42.000Z","dependencies_parsed_at":null,"dependency_job_id":"7a8c3911-b37f-4f8c-aff4-b16e334c1e1e","html_url":"https://github.com/ledccn/ledc-crypt","commit_stats":null,"previous_names":["ledccn/ledc-crypt"],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/ledccn/ledc-crypt","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ledccn%2Fledc-crypt","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ledccn%2Fledc-crypt/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ledccn%2Fledc-crypt/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ledccn%2Fledc-crypt/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ledccn","download_url":"https://codeload.github.com/ledccn/ledc-crypt/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ledccn%2Fledc-crypt/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29505671,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-16T09:05:14.864Z","status":"ssl_error","status_checked_at":"2026-02-16T08:55:59.364Z","response_time":115,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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-08T18:12:24.382Z","updated_at":"2026-02-16T10:03:51.351Z","avatar_url":"https://github.com/ledccn.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 加密解密、加签验签\n\n## 安装\n`composer require ledc/crypt`\n\n## 使用\n\n开箱即用，只需要传入一个配置，初始化一个实例即可：\n\n```php\nuse Ledc\\Crypt;\n$crypt = new AesCrypt($aesKey, 'aes-128-cbc', 'sha256', 30);\n```\n\n在创建实例后，所有的方法都可以有IDE自动补全；例如：\n\n```php\n// 加密\n$crypt-\u003eencrypt($data);\n\n// 解密\n$crypt-\u003edecrypt($payload, $signature);\n```\n\n## 捐赠\n\n![reward](reward.png)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fledccn%2Fledc-crypt","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fledccn%2Fledc-crypt","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fledccn%2Fledc-crypt/lists"}