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

outdated

SSL Pinning for request HTTP.

ssl_pinning_plugin #

Plugin for check SSL Pinning on request HTTP.

Checks the equality between the known SHA-1 fingerprint and the SHA-1 of the target server.

Getting Started #

For help getting started with Flutter, view our online documentation.

For help on editing plugin code, view the documentation.

Check #

###Params

  • serveurUrl : String
  • headerHttp : Map<String, String>
  • allowedSHA1Fingerprint : List<String>
  • timeout : int

###Usage :

await SslPinningPlugin.check(serverURL: url, headerHttp : new Map(), allowedSHA1Fingerprint: new List<String>, timeout : 50);

###Return :

  • On success, return String "CONNECTION_SECURE"
  • On error, return String "CONNECTION_INSECURE"

If an exception, return the stacktrace on String value.

64
likes
30
pub points
89%
popularity

Publisher

unverified uploader

SSL Pinning for request HTTP.

Repository (GitHub)
View/report issues

License

Apache-2.0 (LICENSE)

Dependencies

flutter

More

Packages that depend on ssl_pinning_plugin