PHP Classes / gksEncrypt

Encrypt and decrypt data asymmetrically

gksEncrypt PHP Class

This class can be used to encrypt and decrypt data asymmetrically. It uses RSA private and public keys to encrypt and decrypt the data. The class generates a private and public key pair with a given bit length. It can encrypt data with a public key and decrypt with a private key.

Similar PHP Classes

Search in PHP Classes

Filter by tags