Skip to content

smnjuguna/soteriacrypt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SoteriaCrypt

NPM Package License: MIT

soteriacrypt is an NPM package that provides encryption and decryption functionality using the AES-256-CBC algorithm.

Requirements

  • Node.js 19.0.0 or higher
  • Jest Testing Framework

Installation

You can install soteriacrypt using:

npm -i soteriacrypt

or

yarn add soteriacrypt

Usage

let SoteriaCrypt = require("soteriacrypt");

let soteriaCrypt = new SoteriaCrypt();

//Encrypt data
let encrypted = soteriaCrypt.encrypt("Hello World");

//Decrypt data
let decrypted = soteriaCrypt.decrypt(encrypted);

Testing

npm run test

License

MIT

Author

Simon Njuguna

Contributing

Pull requests are welcome. For maj-or changes, please open an issue first to discuss what you would like to change.

Support

If you like this project, please consider giving it a ⭐️ on GitHub

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published