z-tokens icon indicating copy to clipboard operation
z-tokens copied to clipboard

z-tokens -- random tokens generation and related tools

Results 10 z-tokens issues
Sort by recently updated
recently updated
newest added

At the moment the SSH-agent code (mainly `zt-exchange` tool) allows the agent to be contacted only via a UNIX domain socket. However, it might also be useful to add support...

Hi, When manually generating a token according to some selected pattern in the shell, I find that it's tempting to try tweaking the pattern to see how it'd change from...

Hi, `z-tokens patterns` tends to produce a long list of different tokens, and as a user, my goal is to pick pareto-optimal token by multiple criterias in that table. Namely,...

Sometimes one needs to encode / decode some short string or bytes to / from various encodings such as: * `base64`, and other `base*` formats; * `bech32` and `z95`; *...

Hey! This looks really cool, I love that you wrote this in Rust! I have a quick idea for you. I'm the author of [passgen](https://passgen.it), and the idea behind that...

Add support for outputing in various formats (especially for `generate`) for the following formats: * `text` -- the current plain-text output format; * `text-zero` -- `\0` terminated lines, meant mainly...

As per `secpwgen` manual: > ENHANCED DICEWARE METHOD > Extends the diceware method by chosing a random letter in each word > and replacing that letter with one of 32...

(Thanks to @adelindaescu for reporting this.) At the moment the token length is set within the patterns. It would be useful to have the option to let the user choose...