https://github.com/hashpals/hashinator
https://github.com/hashpals/hashinator
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/hashpals/hashinator
- Owner: HashPals
- Created: 2021-02-07T14:07:35.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-02-25T18:01:39.000Z (over 4 years ago)
- Last Synced: 2025-02-15T10:14:25.222Z (5 months ago)
- Language: Python
- Size: 187 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
1. Install UJSON `pip3 install ujson`
2. Edit the filename in hasinator
3. Go to S3
4. Select the file to upload
5. Click "advanced"
6. Find storage-class
7. Click "intelligent-tiering"
8. Click upload
9. Wait a couple seconds
10. Should be in DB, query the API :DNote: 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]
```