1.0.1 • Published 2 years ago

@cyclic.sh/secure-file v1.0.1

Weekly downloads
-
License
GPLV3
Repository
github
Last release
2 years ago

@cyclic.sh/secure-file

This will help you Encrypt, Store and Decrypt files securely with no dependencies.

semantic-release: angular

Getting Started

1) npm install @cyclic.sh/secure-file

Store encrypted file in git

1) git add <YOUR_INPUT_FILENAME>.secure; git commit -m "Added secret file" 1) Set an environment variable SECRET_PASSPHRASE with the value used to encrypt the file 1) Read the file in your server

const { decryptToString } = require('./secure-file.js')
...
const secureFileName = './account.json.secure'
const jsonStr = await decryptToString(secureFileName)

Store encrypted file in S3

Coming soon!

Store encrypted file in DynamoDB

Coming soon!

1.0.1

2 years ago

1.0.0

2 years ago

0.0.1

2 years ago