@arex21/ransom
v1.0.10
Published
This **cyber security** tool allows you to encrypt any file
Downloads
19
Readme
RansomTool
This cyber security tool allows you to encrypt any file
Installation
npm i -g @arex21/ransom
Usage
To encrypt file
ransom <file_path>
This command will create .x suffix encrypted file .To decrypt file
ransomfree <encrypted_file_path>
To encrypt entire folder
ransomtree <folder_path>
To decrypt all files from an encrypted folder
ransomfreeall <encrypted_folder_path>
Note
This tool is designed only for education purpose. Don't use it for any illegal activities.