/Filer

Filer is an Open-Source File Encryption and Decryption Program.

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

Filer

Filer is a text encryption and decryption algorithm powered by the AND random number generator.

Note: Filer is just a hobby project and is not meant to be used for any serious text encryption


🧰 Getting Started

‼️ Prerequisites

You need to install the following on your machine.

📝 Getting Filer

Visual Studio Code is recommended (You can use your desired one), Filer is officially completed and tested, so it is completely safe and easy to use.

Start by cloning the repository with git clone --recursive https://github.com/Light-Lens/Filer.

If the repository was cloned non-recursively previously, use git submodule update --init to clone the necessary submodules.