1
0
mirror of https://github.com/unrealircd/unrealircd.git synced 2026-07-08 07:43:14 +02:00

Added MD5 and SHA1 encryption to the win32 version

This commit is contained in:
codemastr
2002-07-01 21:09:01 +00:00
parent e81ca7b87c
commit fdfdbd993e
4 changed files with 110 additions and 5 deletions
+2
View File
@@ -1361,3 +1361,5 @@ seen. gmtime warning still there
- More WinXP IPv6, finished headers, replaced calls to inet_ntoa with Inet_ia2p
- Added support for the RIPEMD-160 encryption algorithm for encrypted passwords (supposed to be slightly
stronger than SHA1 and much stronger than MD5)
- Added MD5 and SHA1 password encryption support to the win32 version whether SSL is
installed or not using the CryptoAPI library included in Windows.