connect_secure 0.0.1 copy "connect_secure: ^0.0.1" to clipboard
connect_secure: ^0.0.1 copied to clipboard

A Flutter package for SSL Pinning and secure network connections using http and dio.

connect_secure #

A Flutter/Dart package that provides SSL Pinning support to secure your app's HTTP requests against Man-in-the-Middle (MITM) attacks.

With connect_secure, you can ensure that your app only communicates with servers that present a trusted certificate or fingerprint.


Features #

  • SSL Pinning with SHA-256 certificate fingerprints
  • Works with HttpClient (native Dart)
  • Can be integrated with dio for advanced HTTP needs
  • Lightweight and easy to use
  • Prevents MITM attacks

Installation #

Add to your pubspec.yaml:

dependencies:
  connect_secure: ^0.0.1
7
likes
0
points
250
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter package for SSL Pinning and secure network connections using http and dio.

Repository (GitLab)
View/report issues

License

unknown (license)

Dependencies

crypto, dio, http

More

Packages that depend on connect_secure