Francisco Zanini
Francisco Zanini
@paolo-rossi First of all congratulations for the work. I am using your library for a project and there was a need to use JWE. I implemented the algorithms I needed...
@rbritus I implemented some features to meet my needs. Take a look at my fork. I have added support to RSA1.5 for sign and AES256CBC with HS512 for encryption. If...
Hi @paolo-rossi No problem, by the way this project helped me a lot, thanks for all the time you spent on this project. As I said before, I made an...
Hello @danieleteti , There is a very good library I used some time ago in another project that implements JWT. https://github.com/paolo-rossi/delphi-jose-jwt I forked this repository to implement the JWE to...
Hello all, I'll create the PR as soon as I have some free time.
I just create thr PR #84
My application displays several types of charts at the same time, so I thought about using ThemeService to change the colors globally and I came across this problem. I solved...