argon2_ffi 1.0.0+1 copy "argon2_ffi: ^1.0.0+1" to clipboard
argon2_ffi: ^1.0.0+1 copied to clipboard

Argon2 implementation by using ffi as flutter plugin. use argon2_ffi_base for the actual dart code.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add argon2_ffi

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

dependencies:
  argon2_ffi: ^1.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:argon2_ffi/argon2_ffi.dart';
2
likes
130
pub points
60%
popularity

Publisher

verified publishercodeux.design

Argon2 implementation by using ffi as flutter plugin. use argon2_ffi_base for the actual dart code.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

argon2_ffi_base, flutter

More

Packages that depend on argon2_ffi