cstring Generate cryptographically random strings with ease. Usage import cstring from 'https://deno.land/x/cstring/mod.js' console.log(cstring(12)) // returns a cryptographically random string in length of 12 characters