haldarmahesh / flutter_key_store_cryptography

This plugin helps you by generating the assymetric RSA key pair. The keys are generated and persisted in android/ios keystore.
BSD 3-Clause "New" or "Revised" License
6 stars 4 forks source link

Possible to use with other key pairs #3

Open ammaratef45 opened 3 years ago

ammaratef45 commented 3 years ago

Is it possible to use this package with other key pairs other than RSA?

Or is there a package that just allows you to use the Keystore and keychain while maintaining the key pair generation yourself?

haldarmahesh commented 3 years ago

Hey, @ammaratef45 this is possible, we can make it custom and let the developers pass the type as the parameter. I am adding this request to the to-do list and will raise MR soon. Thanks