Skip to content

This repository contains a Node.js application that provides a message encryption service using Caesar, Symbol, and Reverse ciphers. Includes modularized encryption functions and a super-encoder program for encoding and decoding messages. (09/01/2024)

Notifications You must be signed in to change notification settings

deijaparker/cipher-suite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Cipher Suite

Cipher Suite is a message encryption service that provides various encryption methods to transform input text. This project includes three encryption techniques:

  • Caesar Cipher: Shifts the characters of the input message alphabetically by a given amount.
  • Symbol Cipher: Replaces select characters from the input message with visually similar symbols.
  • Reverse Cipher: Reverses each word in the input message in place.

Features

  • Encryption Methods:
    • Caesar Cipher
    • Symbol Cipher
    • Reverse Cipher
  • Modular Design: Encryption functions are separated into modules, making the code easy to maintain and extend.
  • Encoding & Decoding: Users can encode and decode messages using combined encryption methods.

Getting Started

Prerequisites

  • Node.js (v14.0.0 or higher)

Installation

  1. Clone the repository:
    git clone https://github.com/your-username/cipher-suite.git

About

This repository contains a Node.js application that provides a message encryption service using Caesar, Symbol, and Reverse ciphers. Includes modularized encryption functions and a super-encoder program for encoding and decoding messages. (09/01/2024)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published