Description
Perl applications can access OpenSSL routines for generating cryptographic random data. This is useful for software that needs unpredictable bytes for tokens, keys, nonces, or protocol operations.
It is a security library, not a complete key-management tool. Applications must still protect generated secrets and use random data only inside correct cryptographic designs.