{"library":"msrcrypto","install":[{"cmd":"npm install msrcrypto","imports":["<script src=\"path/to/msrcrypto.js\"></script>","msrCrypto.subtle.encrypt(...)","if (window.msrCrypto && typeof window.msrCrypto.initPrng === 'function') {\n  // Obtain 48 random bytes from a secure source (e.g., server-side)\n  const entropy = new Uint8Array(48);\n  // Populate entropy with cryptographically strong random values\n  // For example, if on Node.js: require('crypto').randomBytes(48);\n  // For modern browser: window.crypto.getRandomValues(entropy);\n  window.msrCrypto.initPrng(entropy);\n}"]},{"cmd":"yarn add msrcrypto","imports":[]},{"cmd":"pnpm add msrcrypto","imports":[]}]}