File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,17 @@ them unless they have the (private or symetric) key used to generate the token.
12
12
confidential information into it, current industry recommends generating a random id and store the data on your
13
13
server, using the id to look it up whenever you need.
14
14
15
+ ### How can new keys be generated for my application?
16
+
17
+ The algorithms provided are all based on OpenSSL, mixing other
18
+ cryptographic tools might not work.
19
+
20
+ Here are a few links for your convenience:
21
+
22
+ - [ RSA] ( https://stackoverflow.com/a/44474607 )
23
+ - [ ED25519] ( https://stackoverflow.com/a/73118582 )
24
+ - [ ES256] ( https://github.com/Thalhammer/jwt-cpp/blob/68309438cf30679d6581d6cfbfeea0c028d9ed04/example/es256k.cpp#L5 )
25
+
15
26
### Can this library encrypt/decrypt claims?
16
27
17
28
No it does not, see [ #115 ] ( https://github.com/Thalhammer/jwt-cpp/issues/115 ) for more details.
You can’t perform that action at this time.
0 commit comments