flutter-rsa icon indicating copy to clipboard operation
flutter-rsa copied to clipboard

PublicKey is Empty

Open adriabonarea opened this issue 2 years ago • 1 comments

I'm using the method RSA.generate and the result keypair is empty in some devices.

This is my code:

var result = await RSA.generate(2048);
result.publicKey; //This is empty

Thanks you!

adriabonarea avatar Oct 11 '23 11:10 adriabonarea

could you provide more details on which devices, like android or ios and which operating system version

jerson avatar Nov 18 '23 16:11 jerson