Forum Discussion
JoshS
6 years agoMentor
This answer is misleading.
The problem is that base64.encode and digest.hmac take only strings as input.
Most Base64 suites take a binary array. Like Spring:
Why Base64 encode a binary array that will not encode to a string? It increases the entropy of the result.
Related Content
- 4 years ago
- 13 years agoInactive User
- 6 years ago