PHP Classes

Packages of Vinicius Teixeira Souza

Recommend this page to a friend!
  All class groups  >  All authors  >  Packages of Vinicius Teixeira Souza (2)  >  Mission progress status  >  Reputation  
Picture of Vinicius Teixeira Souza
Name: Vinicius Teixeira Souza <contact> Vinicius Teixeira Souza Google profile
Classes: 2
Country: Brazil Brazil
Age: 32
All time rank: 3730293 in Brazil Brazil
Week rank: 195 Up14 in Brazil Brazil Up
All time users: 338
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 Criptografia Teix  
Encode and decode text scrambling the characters
This is a simple class that can encode and decode text scrambling the characters.

It can take a text string and encode its characters by multiplying their codes by a factor.

The class can also do the opposite, i.e. take a previously encoded string with the same class and revert the process to retrieve the original string before encoding.

  Files folder image Secure Passwords Generator  
Generate random text to use as passwords
This class can be used to generate random text to use as passwords.

It generates a string with random characters of a set that may include upper and lower letters, digits and symbols.

The security level parameter defines the length of the generated password.

The code and examples are in Portuguese.

In Portuguese:

Classe para gerar senhas seguras para fornecer s usuários.

Configure o arquivo config.php dentro do diretório config para obter senhas mais seguras.


  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