File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 1
1
basic256.js
2
2
=========================
3
3
4
+ [ ![ Build Status] ( https://travis-ci.org/linuxgemini/basic256.js.svg?branch=master )] ( https://travis-ci.org/linuxgemini/basic256.js )
5
+
4
6
WARNING
5
7
-------
6
8
7
9
** THIS PACKAGE SAVES IMPORTANT KEYS ON YOUR PROJECT, DON'T LOSE IT.**
8
10
9
- [ ![ Build Status] ( https://travis-ci.org/linuxgemini/basic256.js.svg?branch=master )] ( https://travis-ci.org/linuxgemini/basic256.js )
10
-
11
11
A basic encryption/decryption script/API for resting data for Node.js users.
12
12
13
13
* 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/ ) .
Original file line number Diff line number Diff line change 2
2
"name" : " basic256.js" ,
3
3
"version" : " 1.2.0" ,
4
4
"description" : " A basic encryption/decryption script/API for resting data for Node.js users." ,
5
+ "engines" : {
6
+ "node" : " >=8.4.0"
7
+ },
5
8
"readme" : " README.md" ,
6
9
"maintainers" : [
7
10
" linuxgemini (ilteris@asenkron.com.tr)"
You can’t perform that action at this time.
0 commit comments