I'm coding a CMS, but does this work?
MD5(MD5(username+password)+salt+rsalt);
The rsalt
stands for Randomized salt but how can i randomize a salt anyway?
I'm coding a CMS, but does this work?
MD5(MD5(username+password)+salt+rsalt);
The rsalt
stands for Randomized salt but how can i randomize a salt anyway?