Questions tagged [tripcode]
4 questions
1
vote
0 answers
Is it possible to port or migrate tripcodes from one server to another?
Specifically, I'm looking to determine if tripcodes for users on 4chan could have been migrated to 8chan, and then to 8kun.
My (limited) understanding of this mechanism is that each server creates its own unique hash table and therefore DES Crypt(3)…

Rodney G
- 11
- 2
1
vote
5 answers
How to make a permanent tripcode?
I mean, crypt()'s return is always different.
So how do websites like 4chan do to give a permanent tripcode to a password?
Are they stored in a database?

seriousdev
- 7,519
- 8
- 45
- 52
1
vote
3 answers
How to make a tripcode generator for Python?
I'd prefer not to change the current code I've already written despite it probably being really inefficient or whatever.
import string
import random
prompt=raw_input("Name")
print…

LillySatou
- 11
- 1
0
votes
3 answers
How do I create a tripcode system?
How would I go about creating a tripcode system (secure) for a message board I'm custom making? I'm only using PHP and SQL.

William
- 8,630
- 23
- 77
- 110