unishox_js icon indicating copy to clipboard operation
unishox_js copied to clipboard

how to do the preset value for the js version?

Open sprappcom opened this issue 1 year ago • 1 comments

  1. there is preset value that can be appended to the end of the command line in cpp version. how to do the same for js?
  2. possible to do one preset "17" for email addresses?

sprappcom avatar Jul 16 '24 09:07 sprappcom

If you are looking to add your own strings such as @gmail.com, @yahoo.com, you could use usx_freq_seq parameter to compress() and decompress() functions.

The presets are not useful for this purpose. They can be only useful if your character set is much smaller than the printable 96 characters.

siara-cc avatar Jul 17 '24 08:07 siara-cc