{"id":20144181,"url":"https://github.com/quansitech/qs-php-crypt","last_synced_at":"2025-07-21T06:33:51.561Z","repository":{"id":62531952,"uuid":"312452581","full_name":"quansitech/qs-php-crypt","owner":"quansitech","description":"php加密工具库","archived":false,"fork":false,"pushed_at":"2020-11-13T02:44:58.000Z","size":5,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-16T13:18:50.213Z","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":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/quansitech.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}},"created_at":"2020-11-13T02:31:58.000Z","updated_at":"2024-11-20T12:15:16.000Z","dependencies_parsed_at":"2022-11-02T14:45:31.058Z","dependency_job_id":null,"html_url":"https://github.com/quansitech/qs-php-crypt","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/quansitech/qs-php-crypt","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/quansitech%2Fqs-php-crypt","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/quansitech%2Fqs-php-crypt/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/quansitech%2Fqs-php-crypt/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/quansitech%2Fqs-php-crypt/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/quansitech","download_url":"https://codeload.github.com/quansitech/qs-php-crypt/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/quansitech%2Fqs-php-crypt/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265746404,"owners_count":23821645,"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-13T22:09:05.228Z","updated_at":"2025-07-21T06:33:46.552Z","avatar_url":"https://github.com/quansitech.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# qs-crypt\nphp加密\n\n## 安装\n```php\ncomposer require quansitech/qs-php-crypt\n```\n\n## AES-256-CBC \n```php\n$key=\"1234567\";\n//加密\n$plainText = \"hello world\";\n$cipherText = AesCBC::encrypt($plainText, $key);\n\n//解密\n$plainText = AesCBC::decrypt($cipherText, $key);\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fquansitech%2Fqs-php-crypt","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fquansitech%2Fqs-php-crypt","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fquansitech%2Fqs-php-crypt/lists"}