1.0.0 • Published 5 years ago

@leismore/gen_token v1.0.0

Weekly downloads
-
License
GPL-3.0-only
Repository
github
Last release
5 years ago

The Cryptographical Token Generator (CLI)

This program generate URL friendly (BASE58) pseudo-random token.

BASE58: 123456789ABCDEFGHJKLMNPQRSTUVWXYZabcdefghijkmnopqrstuvwxyz (The non-alphanumeric characters and letters which might look ambiguous are avoided.)

Usage:

node gen-token [length]
@param {int} length  Token length by characters.

License

GPL-3.0

Author

Winfred K. Qin @ Leismore

Acknowledgments