Skip to content

Latest commit

Β 

History

5 Commits

Folders and files

NameName
Last commit message
Last commit date
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ” DEEncrypt


πŸš€ Overview

DEEncrypt is a simple CLI tool that uses character shifting to encrypt and decrypt text. It is built with a focus on defensive programming, standard C I/O conventions, and clean memory management.

✨ Features

  • Defensive Buffer Management: Prevents overflow using explicit error codes (SUCCESS, NULL_PTR, BUFFER_TOO_SMALL).
  • Interactive CLI Menu: Easy-to-use console interface.
  • Zero Dependencies: Pure C implementation using standard Windows API-like function signatures.

πŸ› οΈ Building & Running

Prerequisites

  • GCC or any standard C compiler (e.g., MinGW for Windows).

Compilation

To compile the source code from your terminal:

gcc main.c -o DEEncrypt.exe

Usage

Run the compiled executable directly in your command prompt, or simply double-click the file on Windows:

DEEncrypt.exe

Follow the on-screen menu to encrypt or decrypt your text messages.

πŸ“¦ Download Release

You don't need to compile it yourself! You can download the pre-compiled executable directly from the Releases page.

About

A simple and fast console-based text encryptor written in standard C.

Topics

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages