| Recommend this page to a friend! |
| All class groups | > | All authors | > | Packages of Gabriel Almeida (3) | > | Mission progress status | > | Reputation |
|
||||||||||||||||||||||||||||||
| 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 |
| ||||
| 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 |
| ||||
| 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 |
| ||||
| 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 |
| Ratings | Utility | 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 |