15 lines
583 B
Plaintext
15 lines
583 B
Plaintext
=== On 2018-10-17T17:49:50Z Nicolas Harraudeau Wrote:
|
|
*Out of scope*:
|
|
|
|
All the following functions are out of scope:
|
|
|
|
* Hashing files is not usually performed to hide sensitive content.
|
|
** http://php.net/manual/en/function.hash-file.php[hash_file]
|
|
** http://php.net/manual/en/function.md5-file.php[md5_file]
|
|
** http://php.net/manual/en/function.sha1-file.php[sha1_file]
|
|
** http://php.net/manual/en/function.hash-hmac-file.php[hash_hmac_file]
|
|
* HMAC is is out of scope of this RSPEC
|
|
** http://php.net/manual/en/function.hash-hmac.php[hash_hmac]
|
|
|
|
include::../comments-and-links.adoc[]
|