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

Certificate pinning for Flutter with SPKI pinning by default, a pure-Dart validation engine, and typed exceptions across every platform.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add secure_pinning

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  secure_pinning: ^0.0.1

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:secure_pinning/secure_pinning.dart';
0
likes
160
points
108
downloads

Documentation

API reference

Publisher

verified publishertherivanta.com

Weekly Downloads

Certificate pinning for Flutter with SPKI pinning by default, a pure-Dart validation engine, and typed exceptions across every platform.

Repository (GitHub)
View/report issues
Contributing

Topics

#security #networking #certificate-pinning #tls #http

License

Apache-2.0 (license)

Dependencies

crypto, flutter, secure_pinning_platform_interface

More

Packages that depend on secure_pinning