isocrypto-utils

0.0.1 • Public • Published

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)

Package Sidebar

Install

npm i isocrypto-utils

Weekly Downloads

2

Version

0.0.1

License

MIT

Unpacked Size

14.1 kB

Total Files

19

Last publish

Collaborators

  • ojshua