openpgp 1.1.5 openpgp: ^1.1.5 copied to clipboard
library for use OpenPGP with support for android and ios, macOS, linux, windows, web and hover
1.1.5 #
- macOS now use dylib instead of .a
1.1.4 #
- Added OpenPGPException to
openpgp.dart
1.1.3 #
- Added OpenPGPException
1.1.2 #
- Tests CI and github actions for drive
1.1.1 #
- Fixed web messenger
1.1.0 #
- Added wasm + web worker support
1.0.0 #
- just creating this version to replace old version
1.0.0-rc2 #
- Added more options for encrypt and decrypt, including FileHints in order to encrypt files as binary
- Fixed error in generate method that was returning invalid publicKey, sorry for that :/
- Fixed typo on Cipher was Cypher before
1.0.0-rc1 #
- Replaced GoMobile with binding for mostly platforms, now should be more easier add new methods and support platforms
- Platforms supported right now: macOS, iOS, Android, Hover, Windows and Linux
- Platforms partial supported: Web (need web workers)
0.9.9 #
- Updated onAttachedToEngine now using getBinaryMessenger
0.9.8 #
- Added integration tests
0.9.7 #
- bytes method for macos, web and hover
0.9.6 #
- fixed definition in dart
0.9.4 #
- more bytes methods to android and ios
0.9.3 #
- encrypt and decrypt bytes support, thanks @delaosa
0.9.2 #
- Multikeys support for android and ios
0.9.1 #
- Fixed web support
0.9.0 #
- macOS support
0.8.5 #
- Linux support
0.8.2 #
- Better implementation registerWith for android, thanks to @irasekh3
0.8.1 #
- Implemented registerWith for android
0.8.0 #
- Web support
0.7.0 #
- Single instance for ios
0.6.0 #
- Now run on background on ios
0.5.0 #
- Now run on background on android
0.4.0 #
- Updated binary packages
0.3.0 #
- Fixed ios include
0.2.0 #
- Updated description
0.1.0 #
- Fixed ios support
0.0.1 #
- Initial release