serverpod_argon2 0.1.0 copy "serverpod_argon2: ^0.1.0" to clipboard
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_argon2

With Flutter:

 $ flutter pub add serverpod_argon2

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

dependencies:
  serverpod_argon2: ^0.1.0

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:serverpod_argon2/serverpod_argon2.dart';
0
likes
140
points
26k
downloads

Documentation

API reference

Publisher

verified publisherserverpod.dev

Weekly Downloads

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 toolchain is needed.

Homepage
Repository (GitHub)
View/report issues

Topics

#argon2 #password #hashing #cryptography

License

BSD-3-Clause (license)

Dependencies

code_assets, hooks

More

Packages that depend on serverpod_argon2