Encryptor is a lightweight, portable file encryption program. It is CLI based for ease of use and can be stored on a flash drive, external hard drive, or used as a standard file encryption tool on a user’s laptop.
The program designed to be used as a standalone CLI tool or integrated as an encryption module in other projects.
👉 🔍 Click the image for a clearer view.
CLI Mode
 |
| When the program is executed without the required parameters, it automatically displays the program title, copyright information, and usage instructions. This behavior helps guide users by clearly indicating the correct parameters needed to run the program properly. |
 |
| The user encrypts the files inside the files folder, which contains several screenshot images (.png), by running the program with the appropriate command line parameters. |
 |
The program encrypts the .png files and marks the encrypted outputs with a custom file extension (blurred here for privacy). Once encrypted, the image files can no longer be opened and must be decrypted using the same credential password to become usable again.
|
 |
| When the user checks the files again, they are confirmed to be securely encrypted. |
 |
| When checked via the GUI, the files are confirmed to be safely encrypted. |
 |
| The user now wants to restore her files so they can be read and used as normal .png files, by using the correct parameters and the same credential password. |
 |
| The program decrypts the encrypted files and removes the custom mark extension. The .png files are now usable again and can be opened and used like normal files. |
 |
| The encrypted files have been decrypted successfully, and the .png files are now back to their normal, usable state. |
Source Package Structure
 |
| This is a modular program that can run either as a reusable component for other projects or as a standalone, portable application. |
Distribution Ready Binary
 |
| There are two versions of the program available. The first version is designed specifically for Linux and runs exclusively on Linux systems. The second version is built for Windows and can be executed on Windows machines. |