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


Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
tripcode [2021/10/13 19:36] โ€“ [Famous cracked tripcodes] electrontripcode [2021/10/15 09:34] (current) โ€“ [Next steps?] electron
Line 2: Line 2:
 A special feature of [[textboard]]s and [[imageboard]]s designed to let others know that you're a faggot. A special feature of [[textboard]]s and [[imageboard]]s designed to let others know that you're a faggot.
  
 +After a # is detected in the name field, the next 8 characters are loaded into a special function called a "trapdoor cipher" ((https://en.wikipedia.org/wiki/Trapdoor_function)) to produce a "hash" : information is easily passed through to produce a unique result that is very hard to reverse, unless conventional password cracking methods like dictionary attacks or brute force are attempted. For added security, a tripcode unique to the current board can be produced by either entering a ##password or a #tripcode#securetripcode . 
 +
 +The utility of tripcodes is that it allows someone to uniquely identify themselves in [[textboard|text]] / [[imageboard]] software and similar applications (like [[gikopoi]]) without requiring a user to formally sign up for an account. Because the tripcode algorithm is universal, you can use the same unique identity across multiple boards, software, and websites. The Western community generally is opposed to the use of tripcodes, though, considering the "true purpose" of Japanese-style BBSes to be the fact that users are [[anonymous]] and can enjoy freedom from identity / "the right to vanish." For this reason, [[4chan]] and its family members frequently have a mode, **Anonymize**, that replaces all names & tripcodes with the simple "Anonymous", and may include boards with forced anonymity features. 
 ===== Algorithm ===== ===== Algorithm =====
 <code python> <code python>
Line 10: Line 13:
     return trip[-10:            # grab the last 10 chars of hash     return trip[-10:            # grab the last 10 chars of hash
 </code> </code>
 +
 +See [[https://github.com/ctrlcctrlv/tripkeys|ctrlcctrlv/tripkeys]] for a more detailed explanation of this algorithm. 
 ===== Famous cracked tripcodes ===== ===== Famous cracked tripcodes =====
 +**Todo:** expand this list((https://desuarchive.org/qa/thread/4616204/)) 
 +
 +
 ^ Password ^ Hash ^ Notes ^ ^ Password ^ Hash ^ Notes ^
 | faggot | Ep8pui8Vw2 | Used by moot, 4chan creator | | faggot | Ep8pui8Vw2 | Used by moot, 4chan creator |
Line 17: Line 25:
   * Tripphase -  http://worrydream.com/tripphrase/ ([[https://archive.is/vdR0c|archive]])   * Tripphase -  http://worrydream.com/tripphrase/ ([[https://archive.is/vdR0c|archive]])
  
-{{tag>new}}+{{tag>new internet}}
Navigation
Print/export