jwt icon indicating copy to clipboard operation
jwt copied to clipboard

Implement RSA algorithm

Open robbert229 opened this issue 9 years ago • 3 comments

Currently there is no support for the RSA family of algorithms.

robbert229 avatar Oct 03 '16 17:10 robbert229

@robbert229 maybe use https://golang.org/pkg/crypto/rsa/ right?

Looking into the code it's just a small change at algorithms.go. If so I could send a PR.

alexandrevicenzi avatar Oct 04 '16 16:10 alexandrevicenzi

That is correct. It should be a relatively simple feature. The PR would be appreciated!

robbert229 avatar Oct 04 '16 17:10 robbert229

Ok, I'll take a look :)

alexandrevicenzi avatar Oct 04 '16 18:10 alexandrevicenzi