PHP Classes

Classes of Chuck P

Recommend this page to a friend!
  All class groups  >  All authors  >  Classes of Chuck P (1)  >  Mission progress status  >  Reputation  
Picture of Chuck P
Name: Chuck P <contact>
Classes: 1
Country: United States United States
Age: 45
All time rank: 1776253 in United States United States
Week rank: 195 Up19 in United States United States Up
All time users: 1594
Week users: 0
 
  A   B   C   D   E   F   G   H   I   J   K   L   M   N   O   P   Q   R   S   T   U   V   W   X   Y   Z  
  Files folder image Cryptography  
Symmetric Block Cipher Using Binary XOR
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.


  A   B   C   D   E   F   G   H   I   J   K   L   M   N   O   P   Q   R   S   T   U   V   W   X   Y   Z