Socket
Book a DemoInstallSign in
Socket

encrypt-and-decrypt

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

encrypt-and-decrypt

CLI tools to encrypt and decrypt all the files in a dir

latest
Source
npmnpm
Version
1.0.0
Version published
Weekly downloads
0
-100%
Maintainers
1
Weekly downloads
 
Created
Source

encrypt-decrypt

Encrypts and decrypts all the files in a given folder.

Usage

➜  my-secret-files $ npm i -g encrypt-decrypt

➜  my-secret-files $ tree
.
├── dossiers
│   └── weapons-manufacturers.md
├── journal.md
└── kompromat
    └── president-recording.wav

2 directories, 3 files

➜  my-secret-files $ encrypt
Password: ******
all done

➜  my-secret-files $ tree
.
├── 2b52f3046ad2bbd6
├── 2e06ae56d0d8bae3
└── f2183c4274a13a00

0 directories, 3 files

➜  my-secret-files $ decrypt
Password: ******
all done

➜  my-secret-files $ tree
.
├── dossiers
│   └── weapons-manufacturers.md
├── journal.md
└── kompromat
    └── president-recording.wav

2 directories, 3 files

## License

MIT

FAQs

Package last updated on 16 Dec 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts