encryption_interceptor 1.0.0 copy "encryption_interceptor: ^1.0.0" to clipboard
encryption_interceptor: ^1.0.0 copied to clipboard

A Dio interceptor that encrypts requests and decrypts responses using AES encryption, ensuring secure data transmission.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add encryption_interceptor

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

dependencies:
  encryption_interceptor: ^1.0.0

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:encryption_interceptor/encryption_interceptor.dart';
4
likes
160
points
22
downloads

Publisher

unverified uploader

Weekly Downloads

A Dio interceptor that encrypts requests and decrypts responses using AES encryption, ensuring secure data transmission.

Homepage
Repository (GitHub)
View/report issues

Topics

#encryption #dio #security #networking

Documentation

API reference

License

MIT (license)

Dependencies

dio, encrypt, flutter, rsa_encrypt

More

Packages that depend on encryption_interceptor