Tag: window.crypto

Recent Post

How to create a universally unique identifier (UUID) in JavaScript

Easily generate UUIDs in standard format using the Web Crypto API.

The right way to generate a random number in JavaScript

In JavaScript, you can generate a weakly random number quickly or a strongly random number slowly.

How to create a strongly random password generator

Create a cryptographically strong random password generator.