1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
# Fpas fpas is command line software helps you create password from some text ## Installation ```bash cargo install fpas ``` ## Usage create password with text ```bash fpas your_text ``` and loop feature ```bash fpas -l 5 your_text ```