EasyCry

Package:
EasyCry
Summary:
Encrypt and decrypt data with a given key
Groups:
Cryptography, PHP 5
Author:
Oscar Gentilezza
Description:
This class can be used to encrypt and decrypt data with a given key.

It can take a string of data and encrypt it with a given key using pure PHP methods. The encrypted data can be compressed.

The class can also do the opposite, i.e. decompress and decrypt the previously encrypted data using the same key.

In Spanish:

Clase para php que usa un método propio, basico pero rápido:

Es un metodo simetrico por llave o contraseña, se puede usar un archivo como llave necesitando que el emisor/receptor tengan la misma llave.


Powered by Gewgley