bcgit / pc-dart

Pointy Castle - Dart Derived Bouncy Castle APIs
MIT License
233 stars 122 forks source link

RSA/ECB/PKCS1Padding #162

Open itzikkle opened 2 years ago

itzikkle commented 2 years ago

hi, although i have implemented RSA/PKCS1 Padding ( SHA-256), i can`t find a way of creating a private /public keys using RSA/ECB/PKCS1Padding.. is there a way of doing that using the library? i try to create a client side JWT for mobile device authentication (i send the server the public key at first registration..)