Skip to content

Conversation

@Koloboc
Copy link

@Koloboc Koloboc commented Jan 31, 2024

SQLPasswordRounds N [ PrependSalt | AppendSalt ]

The option allows you to add Salt in each iteration of "TRANSFORM" This type of password encryption is used on many websites (for example, CMS OpenCart). Fkr example
sha1(salt + sha1(salt + sha1(password)))

SQLPasswordRounds N [ PrependSalt | AppendSalt ]

The option allows you to add Salt in each iteration of "TRANSFORM"
This type of password encryption is used on many websites (for example, CMS OpenCart).
Fkr example
sha1(salt + sha1(salt + sha1(password)))
@Castaglia
Copy link
Member

Would you be willing to update the documentation as well, for this new optional parameter, including providing examples of where it would be used?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants