Please note, this is a STATIC archive of website developer.mozilla.org from 03 Nov 2016, cach3.com does not collect or store any user information, there is no "phishing" involved.

Crypto

I volontari di MDN non hanno ancora tradotto questo articolo in Italiano. Registrati per tradurlo tu.

The Crypto interface represents basic cryptography features available in the current context. It allows access to a cryptographically strong random number generator and to cryptographic primitives.

An object with this interface is available on Web context via the Window.crypto property.

Properties

This interface implements properties defined on RandomSource.

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

Methods

This interface implements methods defined on RandomSource.

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

Specifications

Specification Status Comment
Web Cryptography API
The definition of 'Crypto' in that specification.
Candidate Recommendation Initial definition

See Also

Tag del documento e collaboratori

 Hanno collaborato alla realizzazione di questa pagina: Sebastianz, teoli, Noitidart, njoyce
 Ultima modifica di: Sebastianz,