You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm working on FauxAPI authentication from PowerShell, and discovered that the API rejects the hash unless it's lowercase.
Hexadecimal is a case-insensitive concept, and to reject a valid hash because of its case is counterintuitive, considering that both upper and lower cases represent the same binary data.
The workaround is simple, but this should be fixed or at least noted in the documentation.
The text was updated successfully, but these errors were encountered:
I'm working on FauxAPI authentication from PowerShell, and discovered that the API rejects the hash unless it's lowercase.
Hexadecimal is a case-insensitive concept, and to reject a valid hash because of its case is counterintuitive, considering that both upper and lower cases represent the same binary data.
The workaround is simple, but this should be fixed or at least noted in the documentation.
The text was updated successfully, but these errors were encountered: