Gerson Alexander Pardo Gamez
Gerson Alexander Pardo Gamez
the change is gonna be reverted in https://github.com/jerson/flutter-rsa/pull/72
Hi @cwangfr thanks for this could you review those lines ```dart var result = signature.replaceAll("+", "-").replaceAll("/", ""); ``` and ```dart sign = sign.replaceAll("-", "+").replaceAll("_", "/"); ``` it seems on the...
Thanks, I'm looking alternatives to improve this, I have tried using tinygo but it didn't worked as expected, maybe the solution will be migrate to a different implementation like Rust...
Hi @zaqzaq163 , @cwangfr thanks for report this issue, please could you provide a full example to help me to reproduce it here
@zaqzaq163 which version are you using?
Hi @zaqzaq163 I'm still trying to reproduce it, but I couldn't, could you provide me a full example with a sample private key or a pkcs12 and the arguments you...
@zaqzaq163 I just released a new version, please take a look when you get a chance https://pub.dev/packages/fast_rsa/versions/3.5.7 if doesn't work either please send me a full example to try to...
Hi @Jakub91 thanks for report this, it seems its possible to implement it, Im gonna be looking this weekend
HI @KeithMorning at this moment there is no method to obtain the information of the keys, I think it would be useful a method like this, I will investigate about...
Hi @patachi thanks for that, currently this method is implemented in rsa-mobile so we only need to include in flatbuffers and in dart https://github.com/jerson/rsa-mobile/blob/master/rsa/metadata.go