Update README.md

This commit is contained in:
SebestikCZ 2022-03-20 17:31:40 +01:00
parent a4abf465cc
commit 6e6ff8b04d

View File

@ -2,8 +2,6 @@
*Yeah.* *Yeah.*
This project is made 'like a library', so compiling is useless... :)
### Table of contents ### Table of contents
- [Using in Your projects](#using-in-your-projects) - [Using in Your projects](#using-in-your-projects)
@ -22,7 +20,7 @@ To **decrypt** text, use function `decrypt()` from file `./index.js`.
- Encryption: - Encryption:
```js ```js
const { encrypt, decrypt } = require("WHY2-Encryption-System"); const { encrypt, decrypt } = require("why2-encryption-system.js");
//FIRST VARIANT //FIRST VARIANT
var yourText = encryptText("Put here text, you want encrypt...", "tzXlZGxkhfYOvRthqokDrmGFyDMylgmeIlrJTpVAwuqrLjABXM"); //The second thing is Your **key**. (The key must be atleast 50 characters long!) var yourText = encryptText("Put here text, you want encrypt...", "tzXlZGxkhfYOvRthqokDrmGFyDMylgmeIlrJTpVAwuqrLjABXM"); //The second thing is Your **key**. (The key must be atleast 50 characters long!)