Results 1 - 2 of 2

RandomSource.getRandomValues()

The RandomSource.getRandomValues() method lets you get cryptographically random values. The array given as the parameter is filled with random numbers (random in its cryptographic meaning).
API Cryptography Method Reference Référence

Crypto.subtle

The Crypto.subtle read-only property returns a SubtleCrypto object allowing to perform cryptographical operations.
API Cryptography Property Read-only Reference Référence Web Crypto API