PHP Function List
sha256 doesn't exist. Closest matches:
- sha1
- splheap
- swfshape
- ps_show2
- hash
- ssh2_exec
- is_a
- phar
- cosh
- sinh
- stat
- sha1_file
- ssh2_sftp
- splminheap
- ps_shading
- shm_detach
- udm_hash32
- swf_ortho2
- shmop_read
- shm_attach
Site Search Results
-
Parameters. algo. Name of selected hashing algorithm (i.e. "md5", "sha256", "haval160,4", etc..) data. Message to be hashed. raw_output
-
For signing an Amazon AWS query, base64-encode the binary value: <?php $Sig = base64_encode (hash_hmac ('sha256', $Request, $AmazonSecretKey, true));
-
It is recommended that developers start to future proof their applications by using the stronger sha-2, hashing methods such as sha256, sha384, sha512 or better.
-
CRYPT_SHA256 - SHA-256 hash with a sixteen character salt prefixed with $5$. If the salt string starts with 'rounds=<N>$', the numeric value of N is used to ...
-
// get a SHA256 seed based on the current values $sSeed = SHA256 ($sSrv, $sReq); // get a random value based on the uniqueness of the seed above mt_srand ($sSeed); // seed ...
-
There are no user contributed notes for this page. show source | credits | stats | sitemap | contact | advertising | mirror sites
-
Name of selected hashing algorithm (i.e. "md5", "sha256", "haval160,4", etc..) filename. URL describing location of file to be hashed; Supports fopen wrappers.
-
// Build a 256-bit $key which is a SHA256 hash of $salt and $password. $key = hash ('SHA256', $salt . $password, true); // Retrieve $iv which is the first 22 characters plus ...
-
Parameters. hash. The hash ID. One of the MHASH_hashname constants. data. The user input, as a string. key. If specified, the function will return the resulting HMAC ...
-
Cryptography Extensions - ManualThere are no user contributed notes for this page. show source | credits | stats | sitemap | contact | advertising | mirror sites

Other forms of search
To search the string "sha256" using other options, try searching:
- Only the documentation
- Only this mirror
- The entire php.net domain
- pear.php.net
- pecl.php.net
- The Bug DB
- php-general mailing list
- Internals mailing list
- Documentation mailing list
For a quick overview over all documented PHP functions, click here.
