{"id":15076633,"url":"https://github.com/picodexter/pcdxparameterencryptionzendcryptbundle","last_synced_at":"2025-10-05T11:31:19.266Z","repository":{"id":57041356,"uuid":"94633884","full_name":"picodexter/PcdxParameterEncryptionZendCryptBundle","owner":"picodexter","description":"Add-on Symfony bundle for the PcdxParameterEncryptionBundle and the Composer package zendframework/zend-crypt","archived":true,"fork":false,"pushed_at":"2020-07-11T23:52:02.000Z","size":64,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-08-01T17:30:39.213Z","etag":null,"topics":["bundle","crypto","decryption","encryption","parameters","symfony","symfony-bundle","symfony2","symfony2-bundle","symfony3","symfony3-bundle","zend","zend-crypt","zend-framework"],"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/picodexter.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-06-17T15:56:13.000Z","updated_at":"2023-01-28T13:45:39.000Z","dependencies_parsed_at":"2022-08-23T23:30:44.641Z","dependency_job_id":null,"html_url":"https://github.com/picodexter/PcdxParameterEncryptionZendCryptBundle","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/picodexter/PcdxParameterEncryptionZendCryptBundle","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/picodexter%2FPcdxParameterEncryptionZendCryptBundle","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/picodexter%2FPcdxParameterEncryptionZendCryptBundle/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/picodexter%2FPcdxParameterEncryptionZendCryptBundle/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/picodexter%2FPcdxParameterEncryptionZendCryptBundle/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/picodexter","download_url":"https://codeload.github.com/picodexter/PcdxParameterEncryptionZendCryptBundle/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/picodexter%2FPcdxParameterEncryptionZendCryptBundle/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278445718,"owners_count":25988040,"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","status":"online","status_checked_at":"2025-10-05T02:00:06.059Z","response_time":54,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["bundle","crypto","decryption","encryption","parameters","symfony","symfony-bundle","symfony2","symfony2-bundle","symfony3","symfony3-bundle","zend","zend-crypt","zend-framework"],"created_at":"2024-09-25T04:00:44.583Z","updated_at":"2025-10-05T11:31:18.989Z","avatar_url":"https://github.com/picodexter.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# PcdxParameterEncryptionZendCryptBundle\n\n## DEPRECATION WARNING!\n\n### THIS BUNDLE IS NOW DEPRECATED / ABANDONED\n\nThe [Symfony Secrets management](https://symfony.com/doc/current/configuration/secrets.html)\nthat was introduced with Symfony 4.4 offers an official solution for the\noriginal purpose of this bundle.\n\nPlease refer to it instead.\n\nActive development on this project has therefore been stopped.\n\n## END OF DEPRECATION WARNING\n\nThis bundle is an add-on for the\n[PcdxParameterEncryptionBundle](https://github.com/picodexter/PcdxParameterEncryptionBundle)\nand enables simple usage of it in combination with the Composer package\n[zendframework/zend-crypt](https://github.com/zendframework/zend-crypt).\n\n[![Latest Stable Version](https://img.shields.io/packagist/v/picodexter/parameter-encryption-zend-crypt-bundle.svg?style=flat)](https://packagist.org/packages/picodexter/parameter-encryption-zend-crypt-bundle)\n[![Build Status](https://img.shields.io/travis/picodexter/PcdxParameterEncryptionZendCryptBundle/master.svg?style=flat)](https://travis-ci.org/picodexter/PcdxParameterEncryptionZendCryptBundle)\n[![Code Coverage](https://img.shields.io/coveralls/picodexter/PcdxParameterEncryptionZendCryptBundle/master.svg?style=flat)](https://coveralls.io/github/picodexter/PcdxParameterEncryptionZendCryptBundle)\n\n## Features\n\nzend-crypt 2.x supports the mcrypt extension only.\n\nzend-crypt 3.x supports both the OpenSSL and the mcrypt extension.\n\nThe **mcrypt extension has been deprecated as of PHP 7.1** and was moved to\nPECL as of PHP 7.2.\n\nDepending on the factors mentioned above, you will be able to use the following\nciphers:\n\n### Symmetric Ciphers\n\n*   Provided by OpenSSL extension:\n\n    *   AES-256\n    *   Blowfish\n    *   Camellia-256\n    *   CAST-128 / CAST5\n    *   DES\n    *   SEED\n\n*   Provided by mcrypt extension:\n\n    *   AES / Rijndael-128\n    *   Blowfish\n    *   CAST-128 / CAST5\n    *   CAST-256\n    *   DES\n    *   3DES / Triple DES\n    *   Rijndael-192\n    *   Rijndael-256\n    *   SAFER+\n    *   Serpent\n    *   Twofish\n\n### Asymmetric Ciphers\n\n*   Provided by OpenSSL extension:\n\n    *   RSA\n\n## Documentation\n\nThe documentation source files are located in the `Resources/doc/` directory of\nthis bundle.\n\n## Installation\n\nPlease refer to the [Getting Started guide](Resources/doc/getting-started.rst).\n\n## License\n\nThis bundle is released under the [MIT license](LICENSE).\n\n## Authors\n\n*   picodexter | [GitHub](https://github.com/picodexter) | [picodexter.io](https://picodexter.io/)\n\nSee also the [list of contributors](https://github.com/picodexter/PcdxParameterEncryptionZendCryptBundle/contributors).\n\n## Contributing\n\nThe official project repository with the issue tracker can be found\n[on GitHub](https://github.com/picodexter/PcdxParameterEncryptionZendCryptBundle).\n\nPlease refer to the [contributing document](CONTRIBUTING.md).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpicodexter%2Fpcdxparameterencryptionzendcryptbundle","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpicodexter%2Fpcdxparameterencryptionzendcryptbundle","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpicodexter%2Fpcdxparameterencryptionzendcryptbundle/lists"}