https://github.com/angeal185/crypto-daemon
nodejs auto encrypt and decrypt daemon base
https://github.com/angeal185/crypto-daemon
Last synced: 8 months ago
JSON representation
nodejs auto encrypt and decrypt daemon base
- Host: GitHub
- URL: https://github.com/angeal185/crypto-daemon
- Owner: angeal185
- License: mit
- Created: 2020-09-06T17:07:26.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-09-06T19:12:29.000Z (about 5 years ago)
- Last Synced: 2025-01-06T17:17:24.824Z (9 months ago)
- Language: JavaScript
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# crypto-daemon
nodejs auto encrypt and decrypt file daemon base
* un-encrypted files added to the encrypt folder are encrypted to the data dir.
* encrypted files added to the decrypt folder are decrypted to the data dir.
* originals are automatically deleted upon successful task completion.
* process config from within `./daemon/config.json`.
* `config.working_dir` is absolute or relative to crypto-demon dir.
* working dir must contain data, encrypt and decrypt folders.
* daemon code to be added to `./index.js` or can be kept as a base process.