PHP Classes
elePHPant
Icontem

md5 encryption

Search this site
:    Looking up search words... 
Sections:  
Search forums:   
Permalink

      Found: 15       Packages icon Packages (6)   Packages icon Forums icon Package forums (9)  
passwd.class.php Support forum 410 This class has some common encryption thingies that is useful, the class can handle both DES and MD5 encryption.   This class has some common encryption thingies that is useful, the class can handle both DES and MD5 encryption. This class has some common encryption ...
This class can be used to generate an hash of string applying MD5 several times. It takes a given string and applies the MD5 hashing algorithm several times to make it much harder revert to the original string. Metalix Encryption Support forum metalix Generate hash of string applying MD5 several times ...
Secure hash based encryption Support forum class_hash_crypt Blockcipher encryption with PHP hash functions   This class implements block cipher encryption and decryption algorithms. It uses only base PHP hash functions like md5 and sha1, so it does not need mcrypt library to be installed. It implements ...
Encrypt MD5 64 Support forum encryption Encrypt and decrypt data using MD5 digest of a key   This class implements an algorithm that uses the MD5 digest of a key to encrypt and decrypt data. The encrypted data is encoded with the base 64 algorithm to return the resulting data in a plain ASCII text ...
ASCII Crypt Support forum ascii_crypt Encrypt and decrypt text messages in pure PHP code   This class can be used to encrypt and decrypt text messages using pure PHP code. It does not require any encryption libraries. It just uses MD5 for hashing. The text can be encrypted with a password that needs ...
Simple Login Class Support forum simple-login-class Authenticate and manage user records in text files   This class can be used to authenticate users and manage user records stored in text files. Here the password are encrypted using a custom technique in which base64 encryption with MD5 and SHA1 ...