{"id":27400940,"url":"https://github.com/ammarfaizi2/icecrypt","last_synced_at":"2025-07-03T05:01:51.185Z","repository":{"id":56947184,"uuid":"107141097","full_name":"ammarfaizi2/IceCrypt","owner":"ammarfaizi2","description":"IceCrypt PHP Encryption","archived":false,"fork":false,"pushed_at":"2017-12-17T13:36:13.000Z","size":12,"stargazers_count":5,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-05-14T20:56:35.745Z","etag":null,"topics":["cryptography","encryption","encryption-algorithms","key","php","security"],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ammarfaizi2.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":"2017-10-16T14:45:14.000Z","updated_at":"2021-03-28T17:20:59.000Z","dependencies_parsed_at":"2022-08-21T07:20:29.528Z","dependency_job_id":null,"html_url":"https://github.com/ammarfaizi2/IceCrypt","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/ammarfaizi2/IceCrypt","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ammarfaizi2%2FIceCrypt","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ammarfaizi2%2FIceCrypt/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ammarfaizi2%2FIceCrypt/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ammarfaizi2%2FIceCrypt/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ammarfaizi2","download_url":"https://codeload.github.com/ammarfaizi2/IceCrypt/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ammarfaizi2%2FIceCrypt/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263264641,"owners_count":23439246,"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":["cryptography","encryption","encryption-algorithms","key","php","security"],"created_at":"2025-04-14T03:53:10.887Z","updated_at":"2025-07-03T05:01:51.113Z","avatar_url":"https://github.com/ammarfaizi2.png","language":"PHP","readme":"# IceCrypt PHP Encryption\nA tool for secrets management and encryption as a service.\n\n\n# Installation\n`composer require ammarfaizi2/icecrypt`\n\n\n\n# Example\n```php\n\u003c?php\n\nrequire __DIR__ . \"/vendor/autoload.php\";\n\nuse IceCrypt\\IceCrypt;\n\n$string = \"Hello World!\";\n$key\t= \"secret12345\";\n\n// encrypt\n$encrypted_string = IceCrypt::encrypt($string, $key);\necho \"Encrypted string : \" . $encrypted_string . \"\\n\";\n\n// decrypt\n$decrypted_string = IceCrypt::decrypt($encrypted_string, $key);\necho \"Decrypted string : \" . $decrypted_string . \"\\n\";\n```\n\n\n# LICENSE\nLicensed under the \u003ca href=\"https://github.com/ammarfaizi2/IceCrypt/blob/master/LICENSE\"\u003eMIT License\u003c/a\u003e","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fammarfaizi2%2Ficecrypt","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fammarfaizi2%2Ficecrypt","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fammarfaizi2%2Ficecrypt/lists"}