Do you have any question about this error?
Message type: E = Error
Message class: SALTEDPWD - See Function Module CHECK_PWDHASHSTRING_SUPPORTED
Message number: 006
Message text: Password hash salt size too small (& bits < & bits)
Since SAP believes that this specific error message is 'self-explanatory,' no more information has been given.The majority of messages in the SAP system have a message text, however this is frequently insufficient to comprehend or resolve the problem.
To make things easier, more detailed information is frequently added to describe the issue, how to fix it, and the necessary steps or configuration modifications.
Unfortunately, there isn't any extra information in this error notice.
First, use our AnswerBot below to get a possible cause and solution (requires a premium subscription).
Also, review the in-depth Common Questions & Answers listed below; you could discover a solution there or be able to connect with others who have faced similar challenges.
You can also try searching the SAP support portal (support.sap.com) but you need a special user ID to access it. It is possible that an SAP support note exists that provides additional details about the mistake or even steps for fixing it.
SALTEDPWD006
- Password hash salt size too small (& bits < & bits) ?The SAP error message SALTEDPWD006 indicates that the password hash salt size is too small. This error typically occurs when the system is configured to use a password hashing mechanism that requires a certain minimum size for the salt, but the current configuration does not meet this requirement.
Cause:
The error message specifically states that the salt size is less than the required number of bits. In password hashing, a salt is a random value added to the password before hashing to ensure that the same password does not always produce the same hash. If the salt size is too small, it can lead to vulnerabilities such as rainbow table attacks.
Solution:
To resolve this issue, you need to increase the size of the password hash salt. Here are the steps you can take:
Check Current Configuration: Review the current password hashing configuration in your SAP system. This can typically be found in the profile parameters or security settings.
Update Salt Size: Modify the configuration to ensure that the salt size meets the minimum requirement. This may involve changing system parameters related to password hashing.
Use Stronger Hashing Algorithms: If your system allows, consider using stronger hashing algorithms that inherently use larger salt sizes. For example, algorithms like PBKDF2, bcrypt, or Argon2 are recommended for better security.
Consult Documentation: Refer to the SAP documentation for your specific version to find the exact parameters that control password hashing and salt sizes. This will provide guidance on how to make the necessary changes.
Test Changes: After making changes, test the password hashing functionality to ensure that it works correctly and that the error no longer appears.
Monitor Security: Regularly monitor your system's security settings and configurations to ensure compliance with best practices.
Related Information:
If you continue to experience issues after following these steps, consider reaching out to SAP support for further assistance.
Get instant SAP help. Start your 7-day free trial now.
SALTEDPWD005
Invalid password hash salt size (& bits)
Self-Explanatory Message Since SAP believes that this specific error message is 'self-explanatory,' no more information has been given.The majority of...
SALTEDPWD004
Could not determine password hash salt
Self-Explanatory Message Since SAP believes that this specific error message is 'self-explanatory,' no more information has been given.The majority of...
SALTEDPWD007
Password hash salt size too big (& bits > & bits)
Self-Explanatory Message Since SAP believes that this specific error message is 'self-explanatory,' no more information has been given.The majority of...
SALTEDPWD008
Could not determine the number of password hash iterations
Self-Explanatory Message Since SAP believes that this specific error message is 'self-explanatory,' no more information has been given.The majority of...
Click on this link to search all SAP messages.