cyint/cryptography-service-php

A symfony service providing basic encryption/decryption

Installs: 48

Dependents: 1

Suggesters: 0

Security: 0

pkg:composer/cyint/cryptography-service-php

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

This package is auto-updated.

Last update: 2025-09-29 01:59:05 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.