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

outdated

A crypto library for Flutter.

Salt. A Crypto library for Flutter #

Build Status Stars Coverage Status License

This is a simple and pure Dart library which adds support for cryptography in Flutter apps without having to use native C bindings.

Currently the following algorithms are supported:

  • chacha20-poly1305

Getting started #

First of all add the following dependencies to your pubspec.yaml:

dependencies:
  salt: ^0.0.1

Usage #

This library contains a class Salt which provides all high level functions.

Notes #

This library uses a lot of ported code from the following repository: https://github.com/devi/Salt

1
likes
0
pub points
37%
popularity

Publisher

unverified uploader

A crypto library for Flutter.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on salt