Thread 105884354 - /g/ [Archived: 484 hours ago]

Anonymous
7/12/2025, 9:10:19 PM No.105884354
1752272349262685
1752272349262685
md5: 0c3b014ee69675349cf2455e793eddc7🔍
how do i get the image hash for searching one of the many 4chan archives? it's not md5/sha1/sha256/sha512, what hashing algorithm is it?
Replies: >>105884425 >>105884444 >>105885224 >>105885579 >>105885612 >>105886114 >>105886114
Anonymous
7/12/2025, 9:18:08 PM No.105884425
>>105884354 (OP)

not hash but anyways

identify -verbose picture | grep signature:
Replies: >>105884446
Anonymous
7/12/2025, 9:19:55 PM No.105884444
>>105884354 (OP)
you can just drag the image over the image md5 hash field in any archive, or for most of them I think...
Replies: >>105884462
Anonymous
7/12/2025, 9:20:04 PM No.105884446
>>105884425
i'm on windows
Anonymous
7/12/2025, 9:21:27 PM No.105884462
>>105884444
while you can do that, it always shows "results not found!" every time. i even tested it with images i know i've posted before and it still says it across multiple of the archive sites...which is why i'm asking this.
Replies: >>105886406
Anonymous
7/12/2025, 10:46:02 PM No.105885224
>>105884354 (OP)
thought that was MJ
Anonymous
7/12/2025, 11:20:59 PM No.105885579
>>105884354 (OP)
Niggermod
Anonymous
7/12/2025, 11:23:59 PM No.105885612
>>105884354 (OP)
they're probably adding a salt before hashing
Anonymous
7/13/2025, 12:27:27 AM No.105886114
>>105884354 (OP)
>>105884354 (OP)
https://github.com/pleebe/FoolFuuka/blob/c5bf21/src/Model/Media.php#L661
import base64
import hashlib
import sys

print(base64.b64encode(hashlib.md5(open(sys.argv[1], "rb").read()).digest()).decode("utf-8"))


$ python hash.py ~/1752347419738.jpg
q209FR5CxpO2EVFRKldwvQ==
Replies: >>105886228
Anonymous
7/13/2025, 12:42:16 AM No.105886228
>>105886114
https://4plebs.org/docs/foolfuuka/#api-GET-getBoardSearch
$ md5sum ~/1752347419738.jpg | awk '{print $1}' | xxd -r -p | base64
Anonymous
7/13/2025, 1:03:15 AM No.105886406
>>105884462
Something to keep in mind is that 4chan started stripping some additional metadata compared to years ago so some images might end up with a different hash after the metadata is striped when you post them or maybe not idk test it or whatever