Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/picodexter/pcdxparameterencryptionphpseclibbundle

Add-on Symfony bundle for the PcdxParameterEncryptionBundle and the Composer package phpseclib/phpseclib
https://github.com/picodexter/pcdxparameterencryptionphpseclibbundle

bundle crypto decryption encryption parameters phpseclib symfony symfony-bundle symfony2 symfony2-bundle symfony3 symfony3-bundle

Last synced: about 2 months ago
JSON representation

Add-on Symfony bundle for the PcdxParameterEncryptionBundle and the Composer package phpseclib/phpseclib

Awesome Lists containing this project

README

        

# PcdxParameterEncryptionPhpseclibBundle

## DEPRECATION WARNING!

### THIS BUNDLE IS NOW DEPRECATED / ABANDONED

The [Symfony Secrets management](https://symfony.com/doc/current/configuration/secrets.html)
that was introduced with Symfony 4.4 offers an official solution for the
original purpose of this bundle.

Please refer to it instead.

Active development on this project has therefore been stopped.

## END OF DEPRECATION WARNING

This bundle is an add-on for the
[PcdxParameterEncryptionBundle](https://github.com/picodexter/PcdxParameterEncryptionBundle)
and enables simple usage of it in combination with the Composer package
[phpseclib/phpseclib](https://github.com/phpseclib/phpseclib).

[![Latest Stable Version](https://img.shields.io/packagist/v/picodexter/parameter-encryption-phpseclib-bundle.svg?style=flat)](https://packagist.org/packages/picodexter/parameter-encryption-phpseclib-bundle)
[![Build Status](https://img.shields.io/travis/picodexter/PcdxParameterEncryptionPhpseclibBundle/master.svg?style=flat)](https://travis-ci.org/picodexter/PcdxParameterEncryptionPhpseclibBundle)
[![Code Coverage](https://img.shields.io/coveralls/picodexter/PcdxParameterEncryptionPhpseclibBundle/master.svg?style=flat)](https://coveralls.io/github/picodexter/PcdxParameterEncryptionPhpseclibBundle)

## Features

You will be able to use the following ciphers:

### Symmetric Ciphers

* AES
* Blowfish
* DES
* RC2
* RC4
* Rijndael
* Triple DES / 3DES
* Twofish

### Asymmetric Ciphers

* RSA

## Documentation

The documentation source files are located in the `Resources/doc/` directory of
this bundle.

## Installation

Please refer to the [Getting Started guide](Resources/doc/getting-started.rst).

## License

This bundle is released under the [MIT license](LICENSE).

## Authors

* picodexter | [GitHub](https://github.com/picodexter) | [picodexter.io](https://picodexter.io/)

See also the [list of contributors](https://github.com/picodexter/PcdxParameterEncryptionPhpseclibBundle/contributors).

## Contributing

The official project repository with the issue tracker can be found
[on GitHub](https://github.com/picodexter/PcdxParameterEncryptionPhpseclibBundle).

Please refer to the [contributing document](CONTRIBUTING.md).