/quickencrypt

Quickly encrypt strings.

Primary LanguageTypeScript

QuickEncrypt (WIP)

A minimal, easy to use hashing and encryption package.


Maintenance made-with-javascript Npm package version GitHub issues

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.

List of features

  • Encrypt strings with common encrypting and hashing algorithims.
  • Multiple encryption options.
  • Ease of use, beginner friendly.

Download & Installation

$ npm i @febzey/quickencrypt
$ yarn add @febzey/quickencrypt

Contributing

Keep it simple. Keep it minimal. Don't put every single feature just because you can.