↧
Answer by TwiN for Password hashing (PBKDF2) and RSA encrypt + AES 256 in Java
You should move the first piece of Java code into its own method if it isn't already, as that would make calling and testing it easier.Also, your getSalt() method's catch block only prints the stack...
View ArticlePassword hashing (PBKDF2) and RSA encrypt + AES 256 in Java
Here's what I could comprehend in C code:Generates a key using PBKDF2Generates an IV which is MD5 of PBKDF2 key in step #1Does AES-256 encryption on customer-id - which is one of the outputRSA public...
View Article
More Pages to Explore .....