Crates.io | passgen-cmd |
lib.rs | passgen-cmd |
version | |
source | src |
created_at | 2024-12-08 00:48:50.260335 |
updated_at | 2024-12-08 00:48:50.260335 |
description | Cross-platform tool for generating cryptographically secure passwords/tokens and other sets and sequences. |
homepage | https://github.com/mammothcoding/passgen-cmd |
repository | https://github.com/mammothcoding/passgen-cmd |
max_upload_size | |
id | 1475976 |
Cargo.toml error: | TOML parse error at line 20, column 1 | 20 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include` |
size | 0 |
Readme in different languages: EN RU
Cross-platform tool for generating cryptographically secure passwords/tokens and other sets and sequences
CSPRNGs Isaac64Rng and Hc128Rng are used.
cargo install passgen-cmd
passgen-cmd -h
passgen-cmd 30
passgen-cmd -S
passgen-cmd 12 -c bla@.321
echo $(passgen-cmd 10 -n)":"$(passgen-cmd 35 -lLn)
echo $(passgen-cmd 8 -c 0123456789abcdef)"-"$(passgen-cmd 4 -c 0123456789abcdef)"-"$(passgen-cmd 4 -c 0123456789abcdef)"-"$(passgen-cmd 4 -c 0123456789abcdef)"-"$(passgen-cmd 12 -c 0123456789abcdef)