#password #command-line #create #file #helps #text #chain

bin+lib fpas

fpas is command line software helps you create password from some text

5 releases (3 breaking)

new 0.4.0 Jan 6, 2025
0.3.1 Dec 29, 2024
0.3.0 Dec 11, 2024
0.2.0 Dec 8, 2024
0.1.0 Dec 8, 2024

#1646 in Command line utilities

Download history 201/week @ 2024-12-04 168/week @ 2024-12-11 1/week @ 2024-12-18 126/week @ 2024-12-25 122/week @ 2025-01-01

438 downloads per month

MIT license

10KB
204 lines

Fpas

fpas is command line software helps you create password from some text

Installation

cargo install fpas

Usage

create password with text

fpas your_text

and loop feature

fpas -l 5 your_text

create password from binary file

fpas -f ./file

using --chain with -l (or --loop) to generate long password

fpas --chain -l 10 your_text

Use cases

You might want to create a compressed file with a password. To ensure the strongest security, you need to use a very long password that includes a variety of characters.

So, I created this software to solve this problem and create strong passwords with a simple method. However, it actually just transferred the weakness to other points.

There is example cases with command line.

7z a file.7z file -p$(fpas helloG)
zip file.zip file -P $(fpas hello)

Dependencies

~2–2.7MB
~53K SLoC