any_link_secure 1.1.0 copy "any_link_secure: ^1.1.0" to clipboard
any_link_secure: ^1.1.0 copied to clipboard

Certificate pinning, HMAC request signing, AES-256 payload encryption, and mTLS for any_link. Pure Dart.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add any_link_secure

With Flutter:

 $ flutter pub add any_link_secure

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

dependencies:
  any_link_secure: ^1.1.0

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

Import it

Now in your Dart code, you can use:

import 'package:any_link_secure/any_link_secure.dart';
0
likes
140
points
56
downloads

Documentation

API reference

Publisher

verified publisherramprasadsreerama.co.in

Weekly Downloads

Certificate pinning, HMAC request signing, AES-256 payload encryption, and mTLS for any_link. Pure Dart.

Homepage
Repository (GitHub)
View/report issues

Topics

#security #certificate-pinning #hmac #encryption #mtls

License

MIT (license)

Dependencies

any_link

More

Packages that depend on any_link_secure