cryptia is a simple JavaScript library for encrypting and decrypting text using a basic substitution cipher. It provides an easy-to-use interface for securing text data in client-side applications..
You can install CryptiaJS by cloning the GitHub repository:
git clone https://github.com/chukwunonsoprosper/cryptia
cd cryptia
Or install via npm:
npm i cryptia
To test the library, run:
npm run test
To spin up a customizable workspace, run:
npm run dev
You can link workspace.js
to your working directory to make use of the library.
This project is licensed under the MIT License.
CryptiaJS is a simple JavaScript library for encrypting and decrypting text using a basic substitution cipher. It provides an easy-to-use interface for securing text data in client-side applications.
- Builder: Chukwunonso Prosper and other