Download the PHP package kare/kare_enc without Composer
On this page you can find all versions of the php package kare/kare_enc. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download kare/kare_enc
More information about kare/kare_enc
Files in kare/kare_enc
Download kare/kare_enc
More information about kare/kare_enc
Files in kare/kare_enc
Please rate this library. Is it a good library?
Informations about the package kare_enc
KARE ENC
Composer Package - https://packagist.org/packages/kare/kare_enc
Install
Usage
Initialize
Generate RSA Key Pair
- Returns a private public key pair in the form of in an array with pairs as . is an optional parameter defaulted to .
Example :
Import RSA Keys
- Returns the private key corresponding to the given
pem
string.Example :
- Returns the private key corresponding to the given content in the
.key
file specified in the$filePath
.Example :
- Returns the public key corresponding to the given
pem
string.Example :
- Returns the public key corresponding to the given content in the
.key
file specified in the$filePath
.Example :
Encrypt
- Returns the encrypted value in format, given a string message and the public key obtained as shown above.
Example :
Decrypt
- Returns the derypted string value, given the encrypted value in format and the private key obtained as shown above.
Example :
All versions of kare_enc with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.4
The package kare/kare_enc contains the following files
Loading the files please wait ....