PHP Classes

Crypt Class PHP: Encrypt and decrypt data using Rijndael 256 cypher

Recommend this page to a friend!
     
  Info   View files Files   Install with Composer Install with Composer   Download Download   Reputation   Support forum   Blog    
Ratings Unique User Downloads Download Rankings
StarStarStar 53%Total: 2,133 All time: 1,842 This week: 455Up
Version License PHP version Categories
crypt-class-php 1MIT/X Consortium ...5.0PHP 5, Cryptography
Description 

Author

This is a simple class that can be used to Encrypt and decrypt data using Rijndael 256 cypher.

It can take a string of data and encrypt it with a given secret key.

The class can also do the opposite, i.e, decrypt the date using the same secret key.

Picture of Chris Nizz
Name: Chris Nizz <contact>
Classes: 2 packages by
Country: United States United States

  Files folder image Files (1)  
File Role Description
Plain text file Crypt.class.php Class two-way encryption class using RIJNDAEL 256 AES standard

The PHP Classes site has supported package installation using the Composer tool since 2013, as you may verify by reading this instructions page.
Install with Composer Install with Composer
 Version Control Unique User Downloads Download Rankings  
 0%
Total:2,133
This week:0
All time:1,842
This week:455Up
User Ratings User Comments (2)
 All time
Utility:90%StarStarStarStarStar
Consistency:85%StarStarStarStarStar
Documentation:-
Examples:-
Tests:-
Videos:-
Overall:53%StarStarStar
Rank:2212
 
Clean, easy to follow, and cohesive class.
14 years ago (Joel)
57%StarStarStar
Expertly Coded.
14 years ago (Brian Lopez)
60%StarStarStarStar