Experimental with Microservices. Thanks to apox to provide the md5breaker!
- clone the repo:
git clone https://github.com/t3c404/Quokka-Project.git
- clone the repo for base16, base64 encodings:
git clone https://github.com/t3c404/baseEncodings.git
- clone the repo for the md5breaker:
git clone https://github.com/apox64/md5breaker.git
- all repos have to be in the same directory, otherwise
docker-compose-build
does not work
- install docker-compose
- go to the Quokka-Projekt directory
- run:
docker-compose build
(just once) - run:
docker-compose up
- service running at:
0.0.0.0:5555
- Break: decode the input string
- Add to DB: hash the cleartext and add it to the database
- Init DB: load Database
- Clear DB: clear the database (no more md5 hashes in the database after clearing)