Skip to content

v01dedknight/Encryptor

Repository files navigation

Encryptor

Encryptor is a cross-platform application providing character-by-character text encryption. Available for both PC and Android.

Description

Encryptor is a specialized tool for encrypting and decrypting text using custom binary encoding. The application offers ultimate flexibility by allowing users to manually modify character encoding rules. This enables secure data storage, ethical data transmission, or serves as an additional layer of security alongside primary encryption methods.

Features

  • Binary Encryption: Convert plain text into binary code based on custom rules.
  • Decryption: Decode binary strings back into readable text.
  • User-Friendly Interface: Includes quick actions like copy, paste, and field clearing.
  • Customizable Rules: Edit encoding rules directly via the configuration file (binary.txt).

Project Structure

The project structure differs between the PC and Mobile versions. Detailed structural breakdowns for each platform are provided in the README files within their respective release directories.

Installation & Launch

The build and launch processes vary depending on the platform (PC or Android). Please refer to the specific README files in the release folders for step-by-step instructions for each version.

Binary Encoding Rules

The binary.txt file maps characters to binary codes in the following format:

a: 01100001 b: 01100010 ...

By modifying this file, you can add support for new characters or completely change your encryption scheme.

License

This project is provided "as is" without warranty of any kind, express or implied, including but not limited to the warranties of merchantability or fitness for a particular purpose. Use of this project is at your own risk. The authors and copyright holders shall not be liable for any claims, damages, or other liability arising from the use of this software.