hardpass 0.1.0

Password and shadow hash generator
Documentation
1
2
3
4
5
6
7
.PHONY: init readme

init:
	cargo install cargo-readme

readme:
	cargo readme > README.md