Difference between revisions of "Tripcode"

From Hidden Wiki
Jump to navigation Jump to search
(a)
Line 3: Line 3:


== Tripcodes ==
== Tripcodes ==
A [[trip code]] is a code used in anonymous threads like 4chan to determine whether or not the anonymous poster is authentic or not.
It assigns a code to the end of your name.
When you add the pound (#) symbol to the end of your name followed by a word, like a password that only you know, it scrambles the word into a [[code]]. That way it's undetectable and can be used over and over again.
On [[AnonIB]], using the trip code "#banana" translates to the [[code]] shown to Anons as "!5RRtZawAKg".
For instance, if you put "pussy#boobs" in the "Name" field of your [[thread]] or [[reply]], [[TinyIB]] will make a [[tripcode]] by using the admin's [[tripcode seed]]. And then you can see "pussy!oIJyAN.1Gw" in the [[post]] you made instead of "pussy#boobs".
Take input (pussy#boobs)
Seperate [[name]] and tripcode [[key]] (pussy boobs)
Apply [[crypt]] / Generate [[salt]]
Take the last 10 characters from the returned string (oIJyAN.1Gw)
Combine name and tripcode with tripcode seperator (pussy!oIJyAN.1Gw)
(# changes into !)
[[File:Tripcode generation diagram.svg|thumb|right|300px|A diagram of a typical tripcode derivation process.]]
[[File:Tripcode generation diagram.svg|thumb|right|300px|A diagram of a typical tripcode derivation process.]]
Most imageboards and [[2channel]]-style discussion boards allow (and encourage) [[anonymous post]]ing and use a system of ''tripcodes'' instead of registration. A tripcode is the [[Hash function|hashed]] result of a password that allows one's identity to be recognized without storing any data about users. Entering a particular password will let one "sign" one's posts with the tripcode generated from that password, while trying to take another user's tripcode and compute their password from it (for instance, to make posts that appear to come from a particular person) is computationally difficult. For those who want a custom tripcode, however, there are custom tripcode generators (which are technically tripcode crackers) available, such as Meriken's Tripcode Engine<ref>{{cite web|url=https://github.com/meriken/merikens-tripcode-engine-v3|title="Meriken's Tripcode Engine" is a cross-platform custom tripcode generator.: meriken/merikens-tripcode-engine-v3|date=26 March 2019|publisher=|via=GitHub}}</ref> and MTY_CL.<ref>{{cite web|url=https://github.com/madsbuvi/MTY_CL|title=A custom tripcode searcher, written using OpenCL. Primarily targeting the GCN architectures (Radeon HD 77xx and later).: madsbuvi/MTY_CL|date=9 March 2019|publisher=|via=GitHub}}</ref> In general, anonymity is considered to be one of the advantages of an imageboard, and some boards have from time to time removed the ability to post with a name altogether (known as "forced anonymous/anonymity").
 
Most [[imageboard]]s and [[2channel]]-style discussion boards allow (and encourage) [[anonymous post]]ing and use a system of ''[[tripcodes]]'' instead of registration. A [[tripcode]] is the [[Hash function|hashed]] result of a password that allows one's identity to be recognized without storing any data about users. Entering a particular password will let one "sign" one's posts with the tripcode generated from that password, while trying to take another user's tripcode and compute their password from it (for instance, to make posts that appear to come from a particular person) is computationally difficult. For those who want a custom tripcode, however, there are custom tripcode generators (which are technically tripcode crackers) available, such as Meriken's Tripcode Engine<ref>https://github.com/meriken/merikens-tripcode-engine-v3 |title="Meriken's Tripcode Engine" is a cross-platform custom tripcode generator.: meriken/merikens-tripcode-engine-v3|date=26 March 2019|publisher=|via=GitHub</ref> and MTY_CL.<ref>https://github.com/madsbuvi/MTY_CL |title=A custom tripcode searcher, written using OpenCL. Primarily targeting the GCN architectures (Radeon HD 77xx and later).: madsbuvi/MTY_CL|date=9 March 2019|publisher=|via=GitHub</ref> In general, anonymity is considered to be one of the advantages of an imageboard, and some boards have from time to time removed the ability to post with a name altogether (known as "forced anonymous/anonymity").


== See also ==
== See also ==

Revision as of 11:31, 16 March 2020

Unix Assembly language Mathematics Web development I2P
GhostBSD Assembly Programming Tutorial Statistics Django for Beginners MuWire
GUI Artificial intelligence Artificial neural network Machine learning Messenger
Tkinter Artificial intelligence Artificial neural network Machine Learning Mastery with Python Session

Tripcodes

A trip code is a code used in anonymous threads like 4chan to determine whether or not the anonymous poster is authentic or not.

It assigns a code to the end of your name.

When you add the pound (#) symbol to the end of your name followed by a word, like a password that only you know, it scrambles the word into a code. That way it's undetectable and can be used over and over again.

On AnonIB, using the trip code "#banana" translates to the code shown to Anons as "!5RRtZawAKg".

For instance, if you put "pussy#boobs" in the "Name" field of your thread or reply, TinyIB will make a tripcode by using the admin's tripcode seed. And then you can see "pussy!oIJyAN.1Gw" in the post you made instead of "pussy#boobs".


Take input (pussy#boobs)

Seperate name and tripcode key (pussy boobs)

Apply crypt / Generate salt

Take the last 10 characters from the returned string (oIJyAN.1Gw)

Combine name and tripcode with tripcode seperator (pussy!oIJyAN.1Gw)

(# changes into !)


File:Tripcode generation diagram.svg
A diagram of a typical tripcode derivation process.

Most imageboards and 2channel-style discussion boards allow (and encourage) anonymous posting and use a system of tripcodes instead of registration. A tripcode is the hashed result of a password that allows one's identity to be recognized without storing any data about users. Entering a particular password will let one "sign" one's posts with the tripcode generated from that password, while trying to take another user's tripcode and compute their password from it (for instance, to make posts that appear to come from a particular person) is computationally difficult. For those who want a custom tripcode, however, there are custom tripcode generators (which are technically tripcode crackers) available, such as Meriken's Tripcode Engine[1] and MTY_CL.[2] In general, anonymity is considered to be one of the advantages of an imageboard, and some boards have from time to time removed the ability to post with a name altogether (known as "forced anonymous/anonymity").

See also

References

  1. https://github.com/meriken/merikens-tripcode-engine-v3 |title="Meriken's Tripcode Engine" is a cross-platform custom tripcode generator.: meriken/merikens-tripcode-engine-v3|date=26 March 2019|publisher=|via=GitHub
  2. https://github.com/madsbuvi/MTY_CL |title=A custom tripcode searcher, written using OpenCL. Primarily targeting the GCN architectures (Radeon HD 77xx and later).: madsbuvi/MTY_CL|date=9 March 2019|publisher=|via=GitHub