vichan-devel / vichan

Vichan is the most popular and widely used imageboard software in the world. It is a free, light-weight, fast, highly configurable and user-friendly imageboard software package.
https://vichan.info
Other
626 stars 194 forks source link

Hash poster passwords #765

Closed perdedora closed 3 months ago

perdedora commented 3 months ago

I made it using sha3-256 and with a script to update. I don't know if it's better to add in the install itself or keep separated.

My doubts are: do we still need length limit since hash truncate to 64 characters?