PHP Classes
elePHPant
Icontem

RSA: Encrypt and decrypt data with RSA public keys

Recommend this page to a friend!

  Author Author  
Name: Khaled Al-Shamaa <contact>
Classes: 22 packages by
Country: Syria Syria
Innovation award
Innovation award
Nominee: 10x

Winner: 4x


  Detailed description   Download Download .zip .tar.gz   Install with Composer Install with Composer  
This class is a pure PHP implementation of the RSA public key encryption algorithm.

It can generate the public and private keys from two prime numbers.

The public key should be used to encrypt the data. Only the private key can be used to decrypt the data encrypted with the public key.

It has also digital signature functionality.

  Classes of Khaled Al-Shamaa  >  RSA  >  Download Download .zip .tar.gz  >  Support forum Support forum (17)  >  Blog Blog  >  RSS 1.0 feed RSS 2.0 feed Latest changes  
Name: RSA
Base name: rsa
Description: Encrypt and decrypt data with RSA public keys
Version: 1.0
PHP version: 5.0
License: GNU General Public License (GPL)
 
  Groups   Applications   Files Files  

  Groups  
Group folder image PHP 5 Classes using PHP 5 specific features View top rated classes
Group folder image Cryptography Encrypting, decrypting and hashing data View top rated classes


  Recommendations  

i want to learn more about that technic
wanna know to use the classes of that kind of incryption


  Innovation Award  
PHP Programming Innovation award nominee
September 2007
Number 7
RSA is a very important encryption algorithm. It allows securely transmitting data encrypted with a private key that can only be decrypted with a public key.

There is class provides a pure PHP implementation of the RSA encryption algorithm, thus without relying on any PHP cryptography extensions.

Manuel Lemos

  Applications that use this package  
No pages of applications that use this class were specified.

Add link image If you know an application of this package, send a message to the author to add a link here.

  Files folder image Files  
File Role Description
Files folder imageimages (20 files)
Accessible without login HTML file about.html Doc. Documentation
Accessible without login HTML file DigitalSignature.html Doc. Documentation
Accessible without login Plain text file example.php Example Example script
Plain text file rsa.class.php Class Class file
Accessible without login Plain text file style.css Data CSS

  Files folder image Files  /  images  
File Role Description
  Accessible without login Image file alpha.png Icon Image
  Accessible without login Image file Append.gif Icon Image
  Accessible without login Image file Decrypt_with_pri.gif Icon Image
  Accessible without login Image file Decrypt_with_pub.gif Icon Image
  Accessible without login Image file Encrypt_with_pri.gif Icon Image
  Accessible without login Image file Encrypt_with_pub.gif Icon Image
  Accessible without login Image file face1.gif Icon Image
  Accessible without login Image file face2.gif Icon Image
  Accessible without login Image file face3.gif Icon Image
  Accessible without login Image file face4.gif Icon Image
  Accessible without login Image file greenkey.gif Icon Image
  Accessible without login Image file hash.gif Icon Image
  Accessible without login Image file Message_digest.gif Icon Image
  Accessible without login Image file redkey.gif Icon Image
  Accessible without login Image file shadow.gif Icon Image
  Accessible without login Image file signature.gif Icon Image
  Accessible without login Image file signed_text.gif Icon Image
  Accessible without login Image file text.gif Icon Image
  Accessible without login Image file thumb.jpg Icon Image
  Accessible without login Image file trans_half_inch.gif Icon Image

Install with Composer Install with Composer - Download Download all files: rsa.tar.gz rsa.zip
NOTICE: if you are using a download manager program like 'GetRight', please Login before trying to download this archive.