0.0.1 • Published 4 years ago

isocrypt-utils v0.0.1

Weekly downloads
-
License
MIT
Repository
-
Last release
4 years ago

isocrypto-utils

Build Status

A simple set of cryptographic utility functions inspired/borrowed from the ones found in the GUN distributed database.

  • aeskey (generates a AES-GCM key)
  • encrypt (AES-GCM encryption)
  • decrypt (AES-GCM decryption)
  • pair (generates ECDSA keypair and ECDH keypair)
  • sha1 and sha256 hashing
  • sign (sign with ECDSA, SHA-256 hash)
  • verify (verify signature)
  • proof of work (PBKDF2 derivation)
0.0.1

4 years ago