Nytro Posted January 29, 2014 Report Posted January 29, 2014 [h=2]Using the Mozilla crypto object from JavaScript[/h]Mozilla defines a special JavaScript object to allow web pages access to certain cryptographic-related services. These services are a balance between the functionality web pages need and the requirement to protect users from malicious web sites. Most of these services are available via the DOM window object as window.crypto. Services are provided to enable: smart card events, generating certificate requests, importing user certs, generating random numbers, logging out of your tokens, and signing text.Articol: https://developer.mozilla.org/en-US/docs/JavaScript_crypto Quote