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
Famous cracked tripcodes
Password | Hash |
---|---|
faggot | Ep8pui8Vw2 |
Next steps?
- Tripphase - http://worrydream.com/tripphrase/ (archive)