A minimal, easy to use hashing and encryption package.
QuickEncrypt is a nodejs package used for quickly and easily encrypting strings, this package relies solely on node's build in Crypto module, QuickEncrypt just makes it easier to use.
- Encrypt strings with common encrypting and hashing algorithims.
- Multiple encryption options.
- Ease of use, beginner friendly.
$ npm i @febzey/quickencrypt
$ yarn add @febzey/quickencrypt