Anonymous ID: 440dca Jan. 1, 2018, 7:19 a.m. No.222743   🗄️.is 🔗kun

>>222738

It’s better than the status quo - and will last longer before being comp’d, but given the obvious capabilities of our adversary, Upgrading to a better hashing function is really the correct thing. Maybe a ### extra secure trip?

Anonymous ID: 440dca Jan. 1, 2018, 7:39 a.m. No.222807   🗄️.is 🔗kun   >>2825 >>2948

>>222799

That there is the issue. The hashing function is based on DES which only had a 56 bit key. Upshot is you can make the password as long as you want, but only the first 9 or so characters matter.

Anonymous ID: 440dca Jan. 1, 2018, 8:16 a.m. No.222948   🗄️.is 🔗kun

>>222807

>(You)

After looking at the php manual, picking a 16 char random secret board salt and prefixing that salt with $6$ will use a much stronger and longer tripcode. Can problably go with sha256 (using $5$ as the salt prefix) without significant loss to security. Even better is to use hash_pbkdf2 function to generate the tripcode.