/top/
/new/
/best/
/ask/
/show/
/job/
^
slacker news
login
about
←back to thread
Show HN: I made a C program to create a vanity SHA-1 hash for a text file
(gist.github.com)
58 points
keepamovin
| 4 comments |
28 Mar 25 10:55 UTC
|
HN request time: 1.095s
|
source
1.
saulpw
◴[
31 Mar 25 21:00 UTC
]
No.
43539930
[source]
▶
>>43503833 (OP)
#
Cool! I made a multithreaded version about 10 years that works for binary files like .zip files:
https://github.com/century-arcade/src/tree/master/tools/vain...
replies(1):
>>43542711
#
ID:
GO
2.
keepamovin
◴[
01 Apr 25 04:00 UTC
]
No.
43542711
[source]
▶
>>43539930 (TP)
#
Cool! How do you handle internal checks in the files? How does overwriting 8 zeroes not break stuff?
replies(1):
>>43548335
#
3.
saulpw
◴[
01 Apr 25 15:58 UTC
]
No.
43548335
[source]
▶
>>43542711
#
Well it was intended/used to fill out a .zip file comment section, so those 8 zeroes were ignored anyway.
replies(1):
>>43553231
#
4.
keepamovin
◴[
02 Apr 25 02:41 UTC
]
No.
43553231
{3}
[source]
▶
>>43548335
#
Smart!
↑