Generate MD5, SHA1, SHA256, and SHA512 hashes
Enter text to generate various hash types
Check the strength of a password
curl -q -LSsf -X POST http://api.casjay.coffee/api/v1/tools/hash/sha256 \
-H "Content-Type: application/json" \
-d '{"text": "Hello World"}'
curl -q -LSsf -X POST http://api.casjay.coffee/api/v1/tools/hash/sha256/verify \
-H "Content-Type: application/json" \
-d '{"text": "Hello World", "hash": "a591a6d40bf420404a011733cfb7b190d62c65bf0bcda32b57b277d9ad9f146e"}'