1 of 20
2 of 20
3 of 20
4 of 20
5 of 20
6 of 20
7 of 20
8 of 20
9 of 20
10 of 20
11 of 20
12 of 20
13 of 20
14 of 20
15 of 20
16 of 20
17 of 20
18 of 20
19 of 20
20 of 20

doc

Crypto

The Crypto interface allows access to a cryptographically strong random number generator and to cryptographic primitives.

Instance properties

Crypto.subtle Returns a SubtleCrypto object providing access to common cryptographic primitives, like hashing, signing, encryption, or decryption.

Instance methods

Crypto.getRandomValues() Fills the passed TypedArray with cryptographically sound random values.

Crypto.randomUUID() Returns a randomly generated, 36 character-long v4 UUID.

For more information on Crypto visit MDN Web Docs.


Didn’t find what you were looking for? Open a support ticket.