Recommend this page to a friend! |
Classes of Dmitry Mamontov | PHP RSA Encryption | README.md | Download |
|
Download
RSA CryptThis class can RSA generate keys and encrypt data using OpenSSL. It can generate public and private RSA keys of given length calling the openssl program. The class and also encrypt data with a given public key file and decrypt data with a given private key file. Requirements
Installation1) Install composer 2) Follow in the project folder:
In config If before your project is not used
Example of work
|