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

OpenPGP for flutter made with golang for fast performance with support for android, ios, macos, linux, windows, web and hover

Results 11 flutter-openpgp issues
Sort by recently updated
recently updated
newest added

How to get the content from a signed message in combination with the public key?

enhancement

I am looking for a way to change the private key password without regenerating the key pair. An OpenPGP method would be very helpful for this purpose. Is there a...

enhancement

I really like this package but it would be nice to be able to use this package with non-GUI Dart applications and not just Flutter.

After realizing an apk built using `flutter build apk --target-platform android-x64`, it contains all Abi versions of openpgp. In there a way to only the use targeted one? This would...

enhancement

Is it correct that the current version of openpgp, 3.4.0, does not support DSA/ElGamal keys, but RSA keys only? As openpgp is crashing within the go code in * thread...

enhancement

Hey! I can highly recommend creating a CLI implementation of the [Stateless OpenPGP Protocol](https://datatracker.ietf.org/doc/draft-dkg-openpgp-stateless-cli/) with your library. By doing so, you can benefit from the [OpenPGP Interoperability Test Suite](https://tests.sequoia-pgp.org/) which...

enhancement

It would be great if ECC keys would also be supported instead of just RSA.

enhancement
help wanted

In order to provide all required features for all-day PGP use, It would be great to have support for key server communication such as searching keys by ID, Fingerprint or...

enhancement
help wanted

Hi! I'm encrypting content with flutter-openpgp and trying to decrypt it in a java application using bouncycastle openpgp. Bouncycastle openpgp throws this error: ``` java.lang.ClassCastException: org.bouncycastle.openpgp.PGPLiteralData cannot be cast to...

bug
question

hello @jerson , when I use this library, I hope to specify the compression and cipher field of the KeyOptions class, but it doesn't work. How can i fix it?...