Skip to content

Encryption of the admin passwords with the new cryptographic function and increase the size of the password field type in database #2

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

Merged
merged 2 commits into from
Feb 7, 2013

Conversation

mmoqui
Copy link
Member

@mmoqui mmoqui commented Feb 5, 2013

Define the new cryptographic function for encrypting the user passwords:... a variation of the SHA-512 with salting and stretching as used in the Unix systems. The password of the default administrator is now encrypted with this new algorithm. Change the password type (varchar(32) to varchar(123)) in the user table for each customer's SQL domain. The list of available SQL domains are directly get in the st_domain table of the Silverpeas database

…ds: a variation of the SHA-512 with salting and stretching as used in the Unix systems. The password of the default administrator is now encrypted with this new algorithm. Change the password type (varchar(32) to varchar(123)) in the user table for each customer's SQL domain. The list of available SQL domains are directly get in the st_domain table of the Silverpeas database
NicolasEYSSERIC added a commit that referenced this pull request Feb 7, 2013
Encryption of the admin passwords with the new cryptographic function and increase the size of the password field type in database
@NicolasEYSSERIC NicolasEYSSERIC merged commit 21529a8 into Silverpeas:master Feb 7, 2013
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