Don't truncate the password and salt passed to crypt() by the $crypt()

scripting function - this allows alternate hashing methods to be selected
if supported by the C library.


git-svn-id: svn://svn.code.sf.net/p/bitchx/code/trunk@361 13b04d17-f746-0410-82c6-800466cd88b0
This commit is contained in:
Kevin Easton
2013-08-20 12:50:39 +00:00
parent 9207c838f9
commit 4118a120bc
2 changed files with 7 additions and 8 deletions

View File

@@ -1,5 +1,7 @@
[Changes 1.2c01]
* Allow selection of alternate hashing methods with $crypt(). (caf)
* Improve the initial seeding of the randm() fallback RNG. (caf)
* Strengthen the cookie generation algorithm for /detach. (caf)