@justablob/commoncrypto
v1.2.4
Published
commoncrypto is a collection of wrappers around cryptographic functions I often use in my projects.
Downloads
4
Readme
DISCLAIMER: THIS LIBRARY WAS NOT TESTED YET AND I AM NOT A CRYPTOGRAPHY EXPERT. PROCEED WITH CAUTION.
commoncrypto
commoncrypto is a collection of wrappers around cryptographic functions I often use in my projects.
Installation
commoncrypto is available on npm:
# npm
npm i commoncrypto
#yarn
yarn add commoncrypto
commoncrypto should be fully compatible with Nodejs v12.19.0+.
Documentation
Use the TS type annotations, most of it should be self-explanatory.