VOGONS


8.3 filename generation

Topic actions

First post, by Errius

User metadata
Rank l33t
Rank
l33t

How does Windows work out the 4 digit hashes in file names like this:

AEFA0~1 (" a")
AB748~1.B (" a.b")
AB3445~1 (" ab")

Is it just a random number?

Is this too much voodoo?

Reply 1 of 2, by Stiletto

User metadata
Rank l33t++
Rank
l33t++

Nope!

(Note: the hash is only found in NT-based OS's)

Read:
http://stackoverflow.com/questions/31526206/h … ated-in-windows
http://stackoverflow.com/questions/11639446/w … same-first-6-ch

Reverse-engineered:
https://usn.pw/blog/gen/2015/06/09/filenames/

"I see a little silhouette-o of a man, Scaramouche, Scaramouche, will you
do the Fandango!" - Queen

Stiletto

Reply 2 of 2, by Errius

User metadata
Rank l33t
Rank
l33t
Stiletto wrote:

Thanks. This was clever detective work. I like the way he created 10 million files to test the Windows routine.

Is this too much voodoo?