konstantinullrich / crypton

A simple Dart library for asymmetric encryption and digital signatures
https://pub.dev/packages/crypton
MIT License
33 stars 12 forks source link

Is this package support key from XML? #34

Open farhantandia opened 2 years ago

farhantandia commented 2 years ago

I have a public key in XML format, does this package able to use the XML format to encrypt data? or need to convert to PEM format? Thanks

konstantinullrich commented 2 years ago

The Package currently does not support keys in the xml format.

If you want you can provide me with an example and I might implement that feature.