- Install UJSON
pip3 install ujson
- Edit the filename in hasinator
- Go to S3
- Select the file to upload
- Click "advanced"
- Find storage-class
- Click "intelligent-tiering"
- Click upload
- Wait a couple seconds
- Should be in DB, query the API :D
Note: If plaintext is not UTF-8 it is basically ignored.
You can add and remove hash types by removing or adding them to this list:
hashing = [md5, sha1, sha256, sha512, ntlm]
We do not have SHA-224 and SHA-384 by default. To add them:
hashing = [md5, sha1, sha256, sha512, ntlm, sha224, sha384]