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.
- Host: GitHub
- URL: https://github.com/often/cstring
- Owner: often
- License: mit
- Created: 2020-06-14T19:20:19.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-12-21T08:37:53.000Z (over 2 years ago)
- Last Synced: 2025-04-22T00:09:25.810Z (about 1 year ago)
- Language: JavaScript
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```