Hash DB #67
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Submitting and storing hashes (per API, we need API tokens!) allows users to retrieve data with very high accuracy by finding the file fingerprint in traxxx.
Example table design:
id
unique ID of submission
value
the actual hash value (probably base64)
type
the hash type (oshash, ...)
release_id
release ID, index on this column
user_id
user ID
We can then show a table of submitted hashes, by doing:
Sample SQL schema