We all know that the payload jwt is encoded with Base64,which can be decoded easily! My question is that why not the payload be encoded with symmetric encryption algorithm like des?
Asked
Active
Viewed 180 times
0
-
Possible duplicate of [If you can decode JWT how are they secure?](https://stackoverflow.com/questions/27301557/if-you-can-decode-jwt-how-are-they-secure) – pedrofb Apr 25 '18 at 05:39