Dutch PHP Conference 2025 - Call For Papers

The Random\Engine\Secure class

(PHP 8 >= 8.2.0)

Вступ

Generates cryptographically secure randomness using the operating system’s CSPRNG.

The randomness generated by this Random\Engine is suitable for all applications, including the generation of long-term secrets, such as encryption keys.

The Random\Engine\Secure engine is the recommended safe default choice, unless the application requires either reproducible sequences or very high performance.

Короткий огляд класу

final class Random\Engine\Secure implements Random\CryptoSafeEngine {
/* Методи */
public generate(): string
}

Зміст

add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top