[오류] specified key byte array is 72 bits which is not secure enough for any JWT HMAC-SHA algorithm


[오류] specified key byte array is 72 bits which is not secure enough for any JWT HMAC-SHA algorithm

io.jsonwebtoken.security.WeakKeyException: The specified key byte array is 72 bits which is not secure enough for any JWT HMAC-SHA algorithm. jwt secretKey에 대한 오류가 떴다. secretKey는 짧게 적으면 안된다고 오류가 떠서 길게 수정해줬다....

[오류] specified key byte array is 72 bits which is not secure enough for any JWT HMAC-SHA algorithm에 대한 요약내용입니다.

자세한 내용은 아래에 원문링크를 확인해주시기 바랍니다.



원문링크 : [오류] specified key byte array is 72 bits which is not secure enough for any JWT HMAC-SHA algorithm