fernet 0.0.4 copy "fernet: ^0.0.4" to clipboard
fernet: ^0.0.4 copied to clipboard

A Dart library for encrypting and decrypting messages using the Fernet scheme.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add fernet
copied to clipboard

With Flutter:

 $ flutter pub add fernet
copied to clipboard

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

dependencies:
  fernet: ^0.0.4
copied to clipboard

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:fernet/fernet.dart';
copied to clipboard
2
likes
150
points
78
downloads

Publisher

verified publisherpanda.observer

Weekly Downloads

2024.09.29 - 2025.04.13

A Dart library for encrypting and decrypting messages using the Fernet scheme.

Repository (GitHub)

Topics

#crypto #cryptography #encryption #security

Documentation

API reference

Funding

Consider supporting this project:

www.buymeacoffee.com

License

BSD-3-Clause (license)

Dependencies

pointycastle

More

Packages that depend on fernet