Skip to content

Latest commit

 

History

History
33 lines (17 loc) · 933 Bytes

README.md

File metadata and controls

33 lines (17 loc) · 933 Bytes

pwdgen

Creates (secure) passwords on the command line.

Description

pwdgen is a ANSI C program that can be used to create (secure) passwords on the command line. "Secure" means mumbo-jumbo in this case.

It was primarily a small side-project to do some C again. Do not expect rocket science.

Requirements

Any C compiler should suffice. I only tested GCC on Linux and macOS.

Compiling

gcc -o pwdgen pwdgen.c

Synopsis

After compiling, pwdgen -h will show you all possible options. You will be able to set the safety level of the password(s), the password length and the number of passwords that shall be created.

Source

The main repository for pwdgen is located at GitLab: https://gitlab.com/rbrt-weiler/pwdgen

License

pwdgen is released und the Zlib License.

Copyright

pwdgen is (c) 2011-2012,2021 Robert Weiler.