PHP Classes

Cryptography: Symmetric Block Cipher Using Binary XOR

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 59%Total: 1,594 All time: 2,464 This week: 35Up
Version License Categories
cryptography 1.0GNU General Publi...Cryptography
Description 

Author

This class can encrypt and decrypt data using the XOR (exclusive OR) binary operation.

An encryption password text is combined with the data being encrypted and a random input vector using the XOR binary operation. The encrypted result is return encoded with the base64 algorithm.

The class can also decrypt data using the same encryption password by applying the reverse algorithm.

Picture of Chuck P
  Performance   Level  

 

  Files folder image Files (1)  
File Role Description
Plain text file cryptography.php Class encrypt/decrypt class

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:1,594
This week:0
All time:2,464
This week:35Up
User Ratings User Comments (1)
 All time
Utility:100%StarStarStarStarStarStar
Consistency:93%StarStarStarStarStar
Documentation:-
Examples:-
Tests:-
Videos:-
Overall:59%StarStarStar
Rank:1310
 
Excellent
15 years ago (kishore kumar)
60%StarStarStarStar