Name: Anonymous 2010-06-04 11:01
$name .= '!!'.substr(base64_encode(pack("H*",sha1($sectrip.$salt))),0,15);I think that's how secure trips are generated based on shiichan source and some googling.
possible guesses of
$salt are generated from openssl rand 448 (this is how salt.cgi was generated) or the string LOLLOLOLOLOLOLOLOLOLOLOLOLOLOLOLimageboards are similar yet they use a different salt.
also someone get me that salt.cgi : |
i think http://desktopthread.com/tripcode.php has a working version of it (see dis.4chan Secure Tripcode)