02-11-2019, 10:44 PM
Thanks for the quick answer!
I used a PBKDF2 generator with the password: abc and salt: test.
Then it looks like this:
sha1:1000:imirsGNFG+sMgaiy16fwPgWE3rY=:dGVzdA==
When i try to run it i get the error: token length exception, no hashes loaded.
imirsGNFG+sMgaiy16fwPgWE3rY= is the hash i get from the generator and dGVzdA== is the salt: test converted from text to base64.
Do you know whats wrong here?
Kind regards Vadlianof
I used a PBKDF2 generator with the password: abc and salt: test.
Then it looks like this:
sha1:1000:imirsGNFG+sMgaiy16fwPgWE3rY=:dGVzdA==
When i try to run it i get the error: token length exception, no hashes loaded.
imirsGNFG+sMgaiy16fwPgWE3rY= is the hash i get from the generator and dGVzdA== is the salt: test converted from text to base64.
Do you know whats wrong here?
Kind regards Vadlianof