bech32
Library implementing Bitcoins BIP173 (Bech32 encoding) specification in a Flutter friendly fashion.
Explore Cryptography, Security & Permissions Flutter packages and compare platform support and community metrics.
129 packages
Library implementing Bitcoins BIP173 (Bech32 encoding) specification in a Flutter friendly fashion.
A library for doing cryptographic signing/verifying and encrypting/decrypting.
A plugin to check and ask for notification permissions on Android and iOS
Secure hash functions, checksum generators, and key derivation algorithms optimized for Dart.
ShortId creates short non-sequential url-friendly unique ids. Perfect for url shorteners, MongoDB and Redis ids etc. (port from js)
Cross-platform implementation of Web Cryptography APIs for Flutter.
PEM encoding/decoding of textual keys following RFC 7468, supporting both lax/strict-mode, and certificates chains of concatenated PEM blocks.
This plugin stores Shared Preferences as encrypted values on device storage.
v0.0.8A plugin for hiding sensitive data when app is in app switcher and in background. It also provides automatic lock triggers with native lifeCycle listeners.
Not used anymore, update to version 3.x of package:sqlite3 instead
Provides JWT utilities for Dart including issuing a token, verifing a token and parsing a token.
v1.0.0Google reCAPTCHA v3 plugin for Flutter Web. A Google reCAPTCHA is a free service that protects your website from spam and abuse.
A simple Dart library for asymmetric encryption and digital signatures
A tiny, secure, URL-friendly, unique string ID generator, nanoid with a pure Dart API.
library for use RSA with support for android and ios, macOS, linux, windows and web
The Dart implementation of the PyNaCl APIs with the TweetNaCl cryptographic library
Lexicographically sortable, 128-bit identifier (UUID) with 48-bit timestamp and 80 random bits. Canonically encoded as a 26 character string, as opposed to the 36 character UUID.
SSL Pinning plugin for HTTP requests (Validation by SHA-1 or SHA-256).
A comprehensive library of high-level, cryptographic APIs. This library supports hashing, password hashing, two-way encryption, MAC authentication, and key/IV generation.
Signal Protocol libray for Dart native and Flutter, pure Dart implementation of the the Signal Protocol
This package use jBCrypt modified code to work with Dart VM.
A new Flutter plugin for fetching the unique identifier from android and ios.
Tiny Flutter plugin to retrieve the App Set ID (Android) or Identifier for Vendor (IDfV, iOS)
Enable you to quickly implement rsa encryption in your flutter app, it covers everything from Generating key pairs, encrypt and decrypting strings.