Skip to content

A simple but usefull id generator. Can be used to create a custom secret key.

License

Notifications You must be signed in to change notification settings

NullGang/id-tool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ID-Tool

A simple but usefull id generator. Can be used to create a custom secret key.

Image

Authors

  • NullOnRise

FAQ

Supports UTF8?

Yes it supports it!

Can use a template?

Yes just use:

npx create-idtool-template

Examples

Generate ID

const idtool = require("id-tool");

//Generate a base64 code with numbers
const output = idtool.IDGen("test", 16)

//Send to console the output
console.log(output);

Decode Generated IDs

const idtool = require("id-tool");

//Generate a base64 code with numbers
const output = idtool.IDDecode("dGVzdDM2NTI4MDc0NTg4NDEzODI=")

//Send to console the output
console.log(output);

About

A simple but usefull id generator. Can be used to create a custom secret key.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published