Hash DB #67
Labels
No Label
bug
duplicate
enhancement
feature
help wanted
invalid
question
wontfix
No Milestone
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: DebaucheryLibrarian/traxxx#67
Loading…
Reference in New Issue
No description provided.
Delete Branch "%!s(<nil>)"
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