altcha_lib 0.3.0 copy "altcha_lib: ^0.3.0" to clipboard
altcha_lib: ^0.3.0 copied to clipboard

Server-side Dart library for the ALTCHA Proof-of-Work v2 challenge system. Create, solve, and verify challenges using PBKDF2, SHA, Scrypt, or Argon2id.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add altcha_lib

With Flutter:

 $ flutter pub add altcha_lib

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

dependencies:
  altcha_lib: ^0.3.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:altcha_lib/altcha_lib.dart';
1
likes
155
points
136
downloads

Documentation

API reference

Publisher

verified publisheraltcha.org

Weekly Downloads

Server-side Dart library for the ALTCHA Proof-of-Work v2 challenge system. Create, solve, and verify challenges using PBKDF2, SHA, Scrypt, or Argon2id.

Repository (GitHub)
View/report issues
Contributing

Topics

#altcha #captcha #proof-of-work #security #spam-protection

License

MIT (license)

Dependencies

crypto, pointycastle

More

Packages that depend on altcha_lib