Forum Discussion

jsleuth's avatar
jsleuth
Visitor
13 years ago

PBKDF2

I am attempting to implement PBKDF2 (Password-Based Key Derivation Function 2) in britescript. I managed to implement a dynamic hashing function using roHMAC and roByteArray. The two steps I'm having trouble with are converting an ascii string to binary (and back) and also a bit-wise XOR function.

Any thoughts?
No RepliesBe the first to reply