PHP Classes

Packages of Gabriel Almeida

Recommend this page to a friend!
  All class groups  >  All authors  >  Packages of Gabriel Almeida (3)  >  Mission progress status  >  Reputation  
Picture of Gabriel Almeida
Name: Gabriel Almeida <contact>
Classes: 3
Country: Brazil Brazil
Age: 28
All time rank: 2188145 in Brazil Brazil
Week rank: 46 Up3 in Brazil Brazil Up
All time users: 1141
Week users: 1
 
  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 Encryption Class BCA  
Encrypt and decrypt data using Rijndael 256 cipher
This class can encrypt and decrypt data using Rijndael 256 cipher.

It can take a given data string and encrypts it using a given secret key. Some characters are switched to obfuscate the result. The encrypted result is returned encoded with base64 algorithm.

The class can also do the opposite, i.e. decrypt a previously encrypted data string with the same class using the same secret key.

In Portuguese:

Encryption Class usa MCRYPT RIJNDAEL 256 é MODE ECB com chave pessoal para criptografia e descriptografia de texto em base64.

Depois da criptografia, a classe Encryption usa uma função para inverte os caracteres da criptografia tornando-a mais segura.

A função privado inverseEncryption() da classe, inverte os caracteres com strrev() depois divide em 3 variáveis ABC, é monta em ordem BCA.

A função privado reverseEncryption() da classe, remonta os caracteres para a descriptografia.
Not enough user ratings

  Files folder image Simple Crypt  
Replace characters to text unreadable
This class can replace characters to text unreadable.

It can encode a given text string by replacing certain characters by others, so the results becomes unreadable.

The class can also decode a previously decoded text by reverting the replaced characters with the original text.

In Portugueses:

SimpleCrypt utiliza a substituição de caracteres para tornar o texto ilegível. O programador tem a liberdade de escolher como quer a saída dos dados através de uma array na classe.
Not enough user ratings

  Files folder image YSPDO  
Manipulate table records with PDO using arrays
This class can manipulate table records with PDO using arrays.

It can connect to a given database using PDO and perform several types of operations using a fluent interface. Currently it can:

- Execute prepared queries from parameter arrays
- Fetch query results into arrays
- Build SELECT, INSERT, UPDATE and DELETE queries from parameters that define tables, fields, values, conditions, etc..
- Create and drop databases
- Manage transactions
RatingsUtility Consistency Documentation Examples Tests Videos Overall Rank
All time: 91% 83% 91% 91% - - 72% 190
Month: Not yet rated by the users


  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