Simple data encryption class
Package:
Summary:
Encrypt data in files and MySQL databases
Groups:
Author:
Description:
This class can be used to encrypt and decrypt data in files and MySQL databases.
It can retrieve data from a file, MySQL database table record or use a string and encrypt it by subtracting the values of the bytes of the given key.
It can retrieve data from a file, MySQL database table record or use a string and encrypt it by subtracting the values of the bytes of the given key.
Comments are closed.