Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes #8801: Inconsistent hashing algorithms used in passwords generated in the script engine #1159

Conversation

amousset
Copy link
Member

@amousset amousset commented Aug 2, 2016

@amousset
Copy link
Member Author

amousset commented Aug 2, 2016

Commit modified

@amousset amousset force-pushed the bug_8801/inconsistent_hashing_algorithms_used_in_passwords_generated_in_the_script_engine branch from 6f6d875 to b0f7e25 Compare August 2, 2016 13:37
@@ -172,7 +172,7 @@ trait JsLibPassword extends ImplicitGetBytes {
def aix(algo: String, s: String, salt: String): String = {
algo.toLowerCase match {
case "md5" => aixMd5(s)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

md5 with salt

@amousset
Copy link
Member Author

amousset commented Aug 2, 2016

Commit modified

@amousset amousset force-pushed the bug_8801/inconsistent_hashing_algorithms_used_in_passwords_generated_in_the_script_engine branch from b0f7e25 to 5eb490e Compare August 2, 2016 13:40
@jooooooon
Copy link
Member

This looks good to me, thanks @amousset. I'd really like to get an opinion from @fanf or @VinceMacBuche before merging this though.

@VinceMacBuche
Copy link
Member

Great @amousset !

@jooooooon
Copy link
Member

Thanks @VinceMacBuche ! Enjoy the rest of your holiday :)

@Normation-Quality-Assistant
Copy link
Contributor

OK, merging this PR

@Normation-Quality-Assistant Normation-Quality-Assistant merged commit 5eb490e into Normation:branches/rudder/3.1 Aug 2, 2016
This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants