Skip to content

niktekusho/crypto-test

Repository files navigation

Build Status

Examples using the Crypto module to encrypt and decrypt files

⚠️ WARNING! ⚠️ This repository contains code NOT DESIGNED to be used in production systems.

If you're still unconvinced... Just some heads up:

  • "Secret" key used in the application is not loaded via secure methods (environment vars?)
  • Files are read and written using Node.js synchronous APIs...
  • File contents are kept in memory the whole time (no streams)
  • Code has bad structure. ☠️ Read as: "The whole world inside your index.js file"
  • No code quality tools installed 💩💩💩

About

Testing file based encryption/decryption using Node.js crypto module

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published