Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Vanilla password encryption method needed
ehowlk
New
What Is Vanilla password encryption method???
0
Comments
Use the search function (and maybe only one question mark)
http://vanillaforums.org/search?adv=&search=password+encryption&title=&author=&cat=all&tags=&discussion_d=1&discussion_question=1&comment_c=1&comment_answer=1&page_p=1&within=1+day&date=
http://vanillaforums.org/discussion/comment/153482/#Comment_153482
http://vanillaforums.org/discussion/comment/191713/#Comment_191713
=> http://www.openwall.com/phpass/
Password are hashed not encrypted. Encrypted leaves the possibility of being decrypted, meaning all of them.
With a hash it is one way method for comparison and you have different salt for each, so it can be difficult to collide with all of them.
Only as small number of web up have recoverable passwords, these are the ones where the password is encrypted.
grep is your friend.
good point R_J. you may have hit upon why people can't find anything when they search for something.
"password encryption" - probably yields a search result.
"password encryption??" - probably not due to to 2 question marks
"password encryption????" probably not due to 4 question marks.
password encryption!!!! - as an aside searching for 4 exclamations marks may not work either.
probably the tip to take out of this: search for a few keywords in your proposed discussion title and you will probably find your answer.
I may not provide the completed solution you might desire, but I do try to provide honest suggestions to help you solve your issue.