Whirlpool
#1

Hi,

I'm working on my login-system and I walked to a problem.
I use Whirlpool for encrypting the passwords, it works fine by registering but not by login.

In the login hash it puts a extra character to the hash.

Greetz,
Incognation.
Reply
#2

There are alot other encrypting functions. Try another one.

Example
Reply
#3

Or you fix it, by making make sure you've redefined
pawn Код:
MAX_INI_ENTRY_TEXT
to 129 characters. As by standard it only lets you add 128characters, which will make the encryption fail - as Whirlpool requires 129 characters.

Also, make sure your buffer arrays are set to 129 characters, no more, no less.
Reply
#4

Thank you! It worked for me
Reply


Forum Jump:


Users browsing this thread: 3 Guest(s)