Someone using my software? Amazing!
>>33
This is a side-effect of a basic design flaw in tripcodes:
- Since they use UNIX DES hashing via crypt(), only the first eight characters of input are counted.
- Tripcode inputs are run through htmlspecialchars(). This turns ' into ". Being six characters long, this doesn't leave much more room. My code isn't smart enough to detect this and happily goes through all the combinations.
>>35
I've seen inputs for gimmick tripcodes on 2ch that used higher ASCII and ShiftJIS. I think any input is acceptable as long as you can send it in an HTML form and it doesn't trigger secure mode on Shiichan or Kareha.