hardpass

Crates.iohardpass
lib.rshardpass
version0.1.0
sourcesrc
created_at2023-04-26 22:10:45.734293
updated_at2023-04-26 22:10:45.734293
descriptionPassword and shadow hash generator
homepagehttps://github.com/olidacombe/hardpass
repositoryhttps://github.com/olidacombe/hardpass
max_upload_size
id849857
size21,814
(olidacombe)

documentation

README

hardpass

Easily generate random passwords of a given length, with accomanying sha-crypt hash.

Installation

cargo install hardpass

Usage

$ hardpass # default length is 30
{"plaintext":"ec5kdvqohdxNTRtS5GUUcsKgtE0uig","sha512":"$6$vINA2v96dp7xEn9L$mmnGVTuUiJf7ChxUq97lEKR2jXfI7tTH83SMI/T0dnVrHol9QDpOEp8kn1EKXRxRBxRSHncukCrbSSl7RpMaw."}
$ hardpass 15
{"plaintext":"n1gMiXa5oEAJkV0","sha512":"$6$lUHUWuYqrDncH0j5$BLmWjWj.yxuqOffII17RqRORzu.oIpaIt9sqaAh1XsC8JonTSwEUWwZ/3jtEoFfNOFzHEL5ru02fjH8GGpBAA0"}

License: MIT OR Apache-2.0

Commit count: 7

cargo fmt