Do you have any question about this error?
Message type: E = Error
Message class: SALTEDPWD - See Function Module CHECK_PWDHASHSTRING_SUPPORTED
Message number: 005
Message text: Invalid password hash salt size (& 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.
SALTEDPWD005
- Invalid password hash salt size (& bits) ?The SAP error message SALTEDPWD005 indicates that there is an issue with the password hash salt size being invalid. This error typically arises when the salt used for hashing passwords does not meet the expected size requirements.
Cause:
- Invalid Salt Size: The error occurs when the salt used for hashing the password is either too short or too long. The expected size for the salt is usually defined by the hashing algorithm being used.
- Configuration Issues: There may be a misconfiguration in the system settings related to password hashing.
- Custom Implementations: If there are custom implementations or modifications in the password handling logic, they might not adhere to the expected standards.
Solution:
- Check Salt Size: Ensure that the salt being used for password hashing is of the correct size. The expected size can vary depending on the hashing algorithm (e.g., SHA-256, SHA-512).
- Review Configuration: Check the configuration settings in the SAP system related to password policies and hashing. Ensure that they are set correctly.
- Update Password Hashing Logic: If there are custom implementations, review the code to ensure that it generates a salt of the correct size.
- Use Standard Functions: If possible, use standard SAP functions for password hashing and management to avoid issues with custom implementations.
- Consult Documentation: Refer to the SAP documentation for the specific version you are using to understand the requirements for password hashing and salt sizes.
Related Information:
If the issue persists after following these steps, consider reaching out to SAP support for further assistance.
Get instant SAP help. Start your 7-day free trial now.
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...
SALTEDPWD003
Unknown password hash algorithm: "&"
Self-Explanatory Message Since SAP believes that this specific error message is 'self-explanatory,' no more information has been given.The majority of...
SALTEDPWD006
Password hash salt size too small (& 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...
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...
Click on this link to search all SAP messages.