password-characters

Crates.iopassword-characters
lib.rspassword-characters
version1.0.1
sourcesrc
created_at2019-09-21 14:51:08.526824
updated_at2019-09-21 14:54:49.193636
descriptionA utility to help with the "enter the 12th, 35th, and 63rd characters from your password" situations
homepage
repositoryhttps://github.com/sciguy16/password-characters
max_upload_size
id166501
size40,333
David Young (sciguy16)

documentation

README

password-characters

A utility to help with the "enter the 12th, 35th, and 63rd characters from your password" situations

Usage

password-characters then enter password and which indices to print.

Example

-./target/release/password-characters
This utility takes in a password and a list of indices and selects those characters. No more counting through long passwords to try to find the right characters!
Password: t92hdvzeg(£@wem5elk
Character index: 1
Character index: 4
Character index: 8
Character index: 9
Character index: 12
Character index: 15
Character index: 17
Character index:

Character 1 is t
Character 4 is h
Character 8 is e
Character 9 is g
Character 12 is @
Character 15 is m
Character 17 is e
Commit count: 17

cargo fmt