This is an old revision of the document!
Table of Contents
Tripcode
A special feature of Textboards and imageboards designed to let others know that you're a faggot.
Algorithm
def mk(pw): pw = pw[:8] # get the first 8 chars salt = (pw + "H.")[1:3] # make the salt trip = crypt.crypt(pw, salt) # apply unix crypt() return trip[-10:] # grab the last 10 chars of hash
See ctrlcctrlv/tripkeys for a more detailed explanation of this algorithm.
Famous cracked tripcodes
Password | Hash | Notes |
---|---|---|
faggot | Ep8pui8Vw2 | Used by moot, 4chan creator |
Next steps?
- Tripphase - http://worrydream.com/tripphrase/ (archive)