An open API service indexing awesome lists of open source software.

https://github.com/often/cstring

Generate cryptographically random strings with ease.
https://github.com/often/cstring

Last synced: 3 months ago
JSON representation

Generate cryptographically random strings with ease.

Awesome Lists containing this project

README

          

# cstring
Generate cryptographically random strings with ease.

## Usage
```js
import cstring from 'https://deno.land/x/cstring/mod.js'

console.log(cstring(12)) // returns a cryptographically random string in length of 12 characters
```