In progress. Readme file not ready.
- linux with bash ;)
- docker
- java 8
- postgres with psql client (or postgres docker image)
- wget
- curl (for testing)
- p7zip
Centos: yum install p7zip p7zip-plugins
Arch: pacman -S p7zip
- awk
- sed
- make
Not completed
git clone https://github.com/wojciech-zurek/pwned-password-checker.git
cd pwned-password-checker/
./gradlew run
cd pwned-password-checker/
./gradlew fatJar
java -jar build/libs/pwned-password-checker-1.0.0.jar
cd pwned-password-checker/
./gradlew clean test