create_key($length)
Parameters: |
|
---|---|
Returns: |
A pseudo-random cryptographic key with the specified length, or FALSE on failure |
Return type: |
string |
Creates a cryptographic key by fetching random data from the operating system’s sources (i.e. /dev/urandom).
Please login to continue.