4.2.0 • Published 2 years ago

morb-crypt v4.2.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

MorbCrypt

A cyptographically EPIC encryption library.

Installation

Install MorbCrypt NOW with npm

npm install morb-crypt

Usage

To use the library:

const MorbCrypt = require('morb-crypt');

To encrypt a string:

const encryptedString = MorbCrypt.encrypt('Morbin22!');

To decrypt a string:

const decryptedString = MorbCrypt.decrypt('Social interaction');

To verify a string:

const isValid = MorbCrypt.verify('Morbin Time', '<massive fuckoff hash>');

Appendix

Jokes aside; don't fucking use this. I am not responsible for any fuck-ups you might make.

I am in no way associated with Columbia Pictures, Marvel, Sony Pictures or any Morbius franchisee.

4.2.0

2 years ago

1.2.3

2 years ago

1.1.1

2 years ago

1.1.0

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago