0.8.37 • Published 7 years ago

encrypt-tasks v0.8.37

Weekly downloads
3
License
MIT
Repository
github
Last release
7 years ago

Encrypt Tasks

River tasks to encrypt/decrypt files or JSON values.

Install

npm install -g river-tasks

Encrypted JSON format

Encrypt/decrypt tasks look for encrypted JSON values in the default store.

Prepend string values with <~ to encrypt them:

{
  "secret": "<~Encrypt this value!"
}

Encrypt

river encrypt

Decrypt

river decrypt

Internal config

Running encrypt for the first time creates encryptTasks.json in the default store:

AttributeTypeDescription
filesArray.<String>Paths of files to encrypt (relative to the default store, can be glob)
keyPathStringPath to "private key" (password hash)
ivsObject.<String, String>Initialization vectors for each file in files
0.8.37

7 years ago

0.8.36

7 years ago

0.8.35

7 years ago

0.8.33

7 years ago

0.8.29

7 years ago

0.8.19

7 years ago

0.8.17

7 years ago

0.8.13

7 years ago

0.8.12

7 years ago

0.8.11

7 years ago

0.8.10

7 years ago

0.8.5

7 years ago

0.8.4

7 years ago

0.8.3

7 years ago

0.3.0

7 years ago

0.2.5

7 years ago

0.2.4

7 years ago

0.2.3

7 years ago

0.2.2

7 years ago

0.2.1

7 years ago

0.2.0

7 years ago

0.1.1

7 years ago

0.1.0

7 years ago