Crate crypto_ext

source ·
Expand description

crypto-ext

crypto-ext is a set of functionality providing easy and intuitive abstractions to encrypt, decrypt, sign and verify your data.

Features

  1. Asymmetric cryptography via RSA
  2. Symmetric cryptography via AES
  3. Digital signature via ECDSA
  4. Passphrase

Modules