jsleuth
13 years agoVisitor
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?
Any thoughts?