# My first Crypto Blog **Published by:** [shyaman.eth](https://paragraph.com/@shyaman/) **Published on:** 2021-11-10 **URL:** https://paragraph.com/@shyaman/my-first-crypto-blog ## Content This is my first crypto Blog. import cryptoRandomString from 'crypto-random-string'; cryptoRandomString({length: 10}); //=> '2cf05d94db' cryptoRandomString({length: 10, type: 'base64'}); //=> 'YMiMbaQl6I' cryptoRandomString({length: 10, type: 'url-safe'}); //=> 'YN-tqc8pOw' cryptoRandomString({length: 10, type: 'numeric'}); //=> '8314659141' cryptoRandomString({length: 6, type: 'distinguishable'}); //=> 'CDEHKM' cryptoRandomString({length: 10, type: 'ascii-printable'}); //=> '`#Rt8$IK>B' cryptoRandomString({length: 10, type: 'alphanumeric'}); //=> 'DMuKL8YtE7' cryptoRandomString({length: 10, characters: 'abc'}); //=> 'abaaccabac' ## Publication Information - [shyaman.eth](https://paragraph.com/@shyaman/): Publication homepage - [All Posts](https://paragraph.com/@shyaman/): More posts from this publication - [RSS Feed](https://api.paragraph.com/blogs/rss/@shyaman): Subscribe to updates - [Twitter](https://twitter.com/Shyam_bravo): Follow on Twitter