cyint/cryptography-service-php

A symfony service providing basic encryption/decryption

dev-master 2017-05-03 06:20 UTC

This package is auto-updated.

Last update: 2025-03-01 00:11:32 UTC


README

A Symfony service for providing cryptographic functions.

Be sure to add service reference to your services.yml

app.cryptography:
    class: CYINT\ComponentsPHP\Services\CryptographyService
    arguments: ['%app.cryptography.encryption_key%', '%app.cryptography.encryption_salt%'] 

where %app.cryptography.encryption_key is the key and app.cryptography.encryption_salt is the salt.