github.com/andreburgaud/password
0.2.0 / published Mar 10, 2024 / repository
Password tools
password
password is a command line tool that helps generate passwords and check passwords against previous data breaches (https://haveibeenpwned.com/).
I created this projet as a means to learn and experiment with the Crystal programming language.
Usage
Docker is the easiest way to use 'password':
docker run --rm -it andreburgaud/password --help
Development
Requirements
- Crystal needs to be installed on your system.
- just is optional but recommended to build the executable.
Build
To build a local debug version:
just build
A file named password will be generated at the root of the project.
To build a release version:
just release
You will find a password executable file in a subdiretory of the bin directory.
Contributors
- Andre Burgaud - creator and maintainer