We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf392f6 commit 7293ee3Copy full SHA for 7293ee3
README.md
@@ -7,14 +7,18 @@ A basic encryption/decryption script/API for resting data for Node.js users.
7
8
*Slightly* modified the work of [Levi Gross](http://www.levigross.com/2014/03/30/how-to-write-an-encrypt-and-decrypt-api-for-data-at-rest-in-nodejs/).
9
10
-Usage
+Usage without downloading from NPM
11
-----
12
13
Gather basic256.js first, copy all files inside to your project folder/direcory.
14
15
-And do this **(If you have a Linux enviroment)**:
+And do this on your terminalif you are not root:
16
17
- ./runMeFirst.bash
+ npm install
18
+
19
+If you are running as root, do this:
20
21
+ npm install --unsafe-perm
22
23
Then make your script connected. Example:
24
0 commit comments