{"id":37014803,"url":"https://github.com/iamrivu/libcipher","last_synced_at":"2026-01-14T01:28:52.373Z","repository":{"id":57056091,"uuid":"384500458","full_name":"iamrivu/libcipher","owner":"iamrivu","description":"AES-256-CBC key based encryption and decryption in PHP","archived":false,"fork":false,"pushed_at":"2021-07-09T18:49:56.000Z","size":15,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-01-11T17:23:48.483Z","etag":null,"topics":["cipher-algorithms","openssl","php"],"latest_commit_sha":null,"homepage":"https://iamrivu.github.io/","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/iamrivu.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":"2021-07-09T16:55:32.000Z","updated_at":"2021-07-09T18:49:59.000Z","dependencies_parsed_at":"2022-08-24T07:21:14.800Z","dependency_job_id":null,"html_url":"https://github.com/iamrivu/libcipher","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/iamrivu/libcipher","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iamrivu%2Flibcipher","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iamrivu%2Flibcipher/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iamrivu%2Flibcipher/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iamrivu%2Flibcipher/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/iamrivu","download_url":"https://codeload.github.com/iamrivu/libcipher/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/iamrivu%2Flibcipher/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28408022,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-14T00:40:43.272Z","status":"ssl_error","status_checked_at":"2026-01-14T00:40:42.636Z","response_time":56,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":["cipher-algorithms","openssl","php"],"created_at":"2026-01-14T01:28:51.722Z","updated_at":"2026-01-14T01:28:52.361Z","avatar_url":"https://github.com/iamrivu.png","language":"PHP","readme":"## AES-256-CBC key based encryption and decryption in PHP\n\n```sh\ncomposer require soumik/libcipher\n\nrequire_once __DIR__ . \"/vendor/autoload.php\";\nuse libcipher\\src as lib;\n\nlib\\Cipher::encrypt(\"Your text\", \"Random key 1st pair\", \"Random key 2nd pair\");\n\nlib\\Cipher::decrypt(\"Your encrypted text\", \"Key 1st pair\", \"Key 2nd pair\");\n```\n\n```sh\n@version PHP \u003e= 7.4\nGNU GENERAL PUBLIC LICENSE\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fiamrivu%2Flibcipher","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fiamrivu%2Flibcipher","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fiamrivu%2Flibcipher/lists"}