🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
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

1.0.0
latest
70

Supply Chain Security

100

Vulnerability

81

Quality

75

Maintenance

100

License

Unpopular package

Quality

This package is not very popular.

Found 1 instance in 1 package

Version published
Maintainers
1
Created

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