Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 1.78 KB

README.md

File metadata and controls

31 lines (20 loc) · 1.78 KB

PassGen

Swift CLI app for generating passwords.

Use

Run the app with the flag -h to see root level options. The app supports normal (random character string) and separated (random grouped characters separated by a separator character) password types. Screenshot 2022-08-15 at 15 29 19

Normal

Screenshot 2022-08-15 at 15 29 29

Screenshot 2022-08-15 at 15 30 50

Separated

Screenshot 2022-08-15 at 15 29 39

Screenshot 2022-08-15 at 15 32 01

Test

Run swift test to run the unit test suite Screenshot 2022-08-15 at 15 34 09

Build

To build an executable version of the app run swift build -c release Screenshot 2022-11-09 at 23 29 30

Run

Move the executable to /usr/local/bin and run with PassGen Screenshot 2022-11-09 at 23 28 19