serverpod_argon2 0.1.0
serverpod_argon2: ^0.1.0 copied to clipboard
Argon2 password hashing (argon2id, argon2i, argon2d) backed by the Zig standard library. Ships prebuilt native libraries for Dart and Flutter and a WebAssembly module for the web, so no local toolchai [...]
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add serverpod_argon2With Flutter:
$ flutter pub add serverpod_argon2This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
serverpod_argon2: ^0.1.0Alternatively, 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:serverpod_argon2/serverpod_argon2.dart';