Skip to content

Famozzy/file-encryption

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

file-encryption

A tools for encrypting and decrypting files, the files are encrypted using AES-256.

I'm using this tool to encrypt password sheet and other sensitive information.

Installation

Requirements:

  • Node.js
  • NPM (Node Package Manager)

Install dependencies:

npm install

Usage

you can set a secret key in .env file or use a command line argument.

if you use a secretKey argument, secret key from .env will be ignored.

Encrypt file

npm start enc <file> <secretKey:optional>

Decrypt file

npm start dec <file> <secretKey:optional>

About

A tools for encrypting and decrypting files

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published