0.8.37 • Published 6 years ago

encrypt-tasks v0.8.37

Weekly downloads
3
License
MIT
Repository
github
Last release
6 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

6 years ago

0.8.36

6 years ago

0.8.35

6 years ago

0.8.33

6 years ago

0.8.29

6 years ago

0.8.19

6 years ago

0.8.17

6 years ago

0.8.13

6 years ago

0.8.12

6 years ago

0.8.11

6 years ago

0.8.10

6 years ago

0.8.5

6 years ago

0.8.4

6 years ago

0.8.3

6 years ago

0.3.0

6 years ago

0.2.5

6 years ago

0.2.4

6 years ago

0.2.3

6 years ago

0.2.2

6 years ago

0.2.1

6 years ago

0.2.0

6 years ago

0.1.1

6 years ago

0.1.0

6 years ago