Join the chatroom to ask for an account or meet the community!


This is an old revision of the document!


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 Notes
faggot Ep8pui8Vw2 Used by moot, 4chan creator

Next steps?

Navigation
Print/export