functions-online

Cryptography

Execute and test PHP functions with a cryptographic background.

convert_uudecode

convert_uudecode() decodes a uuencoded string.

convert_uuencode

convert_uuencode() encodes a string using the uuencode algorithm.

crc32

Generates the cyclic redundancy checksum polynomial of 32-bit lengths of the $str.

crypt

crypt() will return an encrypted string using the standard Unix DES-based encryption algorithm or alternative algorithms that may be available on the system.

hash

Generate a hash value (message digest)

md5

Calculates the MD5 hash of $string using the « RSA Data Security, Inc. MD5 Message-Digest Algorithm » and returns that hash.

mhash

mhash() applies a hash function specified by $hash to the $data.

sha1

Calculates the sha1 hash of $str using the US Secure Hash Algorithm 1.