The SVG Window.crypto property returns the Crypto object associated to the global object.
Syntax:
var cryptoObj = window.crypto
Return value: This property returns the Crypto object associated to the global object.
Example 1:
Output:
👁 Image
Example 2:
Output:
👁 Image