password

Version, currently 0.2.01 version
  • 0.2.0latestMar 10, 2024

github.com/andreburgaud/password

Password tools

0 stars
0 dependents
License: MIT

Installation

# Add this to your shard.yml
dependencies:
  password:
    github: andreburgaud/password
    version: ~> 0.2.0

Then run:

shards install

shard.yml

Crystal
>= 1.11.2
License
MIT
Author
Andre Burgaud
Target
  • password from src/main.cr

Dependencies

This version declares no dependencies.

README

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

  1. Crystal needs to be installed on your system.
  2. 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