A cryptography utilities for dart-lang.

Features

  • Compute a hash of a password using Pbkdf2 (sha256 and sha512)
  • Encrypt and decrypt data using AES-CBC

Usage

Check examples in the github repository.

Libraries

libcrypto