Easy PHP RSA Library: RSA data encryption and decryption using phpseclib

Recommend this page to a friend!
  Info   View files Documentation   View files View files (19)   DownloadInstall with Composer Download .zip   Reputation   Support forum   Blog    
Last Updated Ratings Unique User Downloads Download Rankings
2021-02-08 (Yesterday) RSS 2.0 feedNot yet rated by the usersTotal: 21 This week: 21All time: 10,157 This week: 15Up
Version License PHP version Categories
easyrsa 1.0.0MIT/X Consortium ...5PHP 5, Cryptography
Description Author

This package implements RSA data encryption and decryption using phpseclib.

It uses the phpseclib to implement several types of RSA cryptography functions. Currently it can:

- Create public and private key pairs
- Encrypt data with the public key
- Decrypt data with the secret key and the cipher
- Generate a signature of a data block using the public key
- Verify if a signature of data block is valid using the private key

Picture of Scott Arciszewski
  Performance   Level  
Name: Scott Arciszewski <contact>
Classes: 28 packages by
Country: United States United States
Innovation award
Innovation award
Nominee: 21x

Winner: 1x

  Files folder image Files  
File Role Description
Files folder imagesrc (6 files, 1 directory)
Files folder imagetest (3 files)
Accessible without login Plain text file .travis.yml Data Auxiliary data
Accessible without login Plain text file composer.json Data Auxiliary data
Accessible without login Plain text file LICENSE Lic. License text
Accessible without login Plain text file phpunit.sh Data Auxiliary data
Accessible without login Plain text file phpunit.xml.dist Data Auxiliary data
Accessible without login Plain text file README.md Doc. Read me
Accessible without login Plain text file SECURITY.md Data Auxiliary data

  Files folder image Files  /  src  
File Role Description
Files folder imageException (3 files)
  Accessible without login Plain text file EasyRSA.php Class Class source
  Accessible without login Plain text file EasyRSAInterface.php Class Class source
  Accessible without login Plain text file KeyPair.php Class Class source
  Accessible without login Plain text file Kludge.php Class Class source
  Accessible without login Plain text file PrivateKey.php Class Class source
  Accessible without login Plain text file PublicKey.php Class Class source

  Files folder image Files  /  src  /  Exception  
File Role Description
  Accessible without login Plain text file InvalidChecksumException.php Class Class source
  Accessible without login Plain text file InvalidCiphertextException.php Class Class source
  Accessible without login Plain text file InvalidKeyException.php Class Class source

  Files folder image Files  /  test  
File Role Description
  Accessible without login Plain text file EncryptionTest.php Class Class source
  Accessible without login Plain text file KeyPairTest.php Class Class source
  Accessible without login Plain text file SignatureTest.php Class Class source

 Version Control Unique User Downloads Download Rankings  
 100%
Total:21
This week:21
All time:10,157
This week:15Up

For more information send a message to info at phpclasses dot org.