DEV Community

tkhadir
tkhadir

Posted on

[crypto][nodejs] my encrypt/decrypt file cli tool

By using crypto library for nodejs, i tried to encrypt/decrypt files using this library and it's work very fine, here is my little cli tool in my github :
https://nodejs.org/api/crypto.html

https://github.com/tkhadir/node-crypt-helper

By the way i'm wondering if it's good for an information system to backup database and store this in encrypted form and decrypt this database when we want to analyze it or get data from it.

we can imagine lot of securing tools using this library, share with me your ideas if you have.

Thank you.

Top comments (0)