You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After installing hashID via pip and running it using hashid, I can insert hashes from the clipboard (using CRTL+V).
However if I try this with the following hash, the hash gets cropped (to the first 510 characters) on the command line:
approach 1
After installing hashID via pip and running it using
hashid
, I can insert hashes from the clipboard (using CRTL+V).However if I try this with the following hash, the hash gets cropped (to the first 510 characters) on the command line:
hashID then returns
cropped_hash.mp4
With the hashes from the readme everything works fine.
reason for cropping
I found that the string limit for pasted clipboard content seems to be a windows restriction.
approach 2
Thanks to hashes.com I found that the encryption method seems to be base64.
However using hashID like this, also doesn't find the correct encryption type:
It seems to look up the correct hash but doesn't find a fitting encryption type:
The text was updated successfully, but these errors were encountered: