better_cryptography_flutter library
An optimized version of package:better_cryptography.
See FlutterCryptography for usage instructions.
Classes
- FlutterAesCbc
-
AesCbc
implemented with operating system APIs. - FlutterAesCtr
-
AesCtr
implemented with operating system APIs. - FlutterAesGcm
-
AesGcm
implemented with operating system APIs. - FlutterChacha20
-
Chacha20
implemented with operating system APIs. - FlutterCipher
- FlutterCryptography
-
An implementation
Cryptography
that uses native operating system APIs. - FlutterEcdh
-
Ecdh
implemented with operating system APIs. - FlutterEcdsa
-
Ecdsa
implemented with operating system APIs. - FlutterEd25519
-
Ed25519
implemented with operating system APIs. - FlutterRsaPss
-
RsaPss
implemented with operating system APIs. - FlutterRsaSsaPkcs1v15
-
RsaSsaPkcs1v15
implemented with operating system APIs. - FlutterStreamingCipher