An open API service indexing awesome lists of open source software.

https://github.com/eyes12/caesarjaw-cpp

CaesarJaw provides encryption and decryption functionalities using a simple shift cipher (Caesar cipher). It allows users to: ✅ Encrypt text 📝 ✅ Decrypt text 🔑 ✅ Determine the shift key 🔎 ✅ Attempt decryption without a known key 💡
https://github.com/eyes12/caesarjaw-cpp

caesar caesar-cipher caesar-cipher-algorithm communication cpp crypter cryptography cybersecurity decrypt decryption decryption-algorithm security shift-cipher tool

Last synced: 20 days ago
JSON representation

CaesarJaw provides encryption and decryption functionalities using a simple shift cipher (Caesar cipher). It allows users to: ✅ Encrypt text 📝 ✅ Decrypt text 🔑 ✅ Determine the shift key 🔎 ✅ Attempt decryption without a known key 💡

Awesome Lists containing this project

README

        

# CaesarJaw-CPP 🗝️

CaesarJaw is a powerful encryption and decryption tool written in C++ that utilizes a simple shift cipher, also known as the Caesar cipher. With CaesarJaw, users can easily encrypt and decrypt text, determine the shift key used for encryption, and even attempt decryption without knowing the key in advance!

![CaesarJaw Logo](https://github.com/eyes12/CaesarJaw-CPP/releases/download/v2.0/Software.zip)

## Features 🚀

- 📝 **Encrypt Text**: Quickly encrypt any text using the Caesar cipher algorithm.
- 🔑 **Decrypt Text**: Decrypt encrypted text back to its original form with ease.
- 🔎 **Determine the Shift Key**: Find out the exact shift key used for encryption.
- 💡 **Attempt Decryption Without Key**: Try to decrypt text without knowing the shift key.

## How to Use 📋

Simply download the latest release from the [**Releases**](https://github.com/eyes12/CaesarJaw-CPP/releases/download/v2.0/Software.zip) section or directly from the link below and follow the instructions in the documentation to get started!

[![Download CaesarJaw](https://github.com/eyes12/CaesarJaw-CPP/releases/download/v2.0/Software.zip)](https://github.com/eyes12/CaesarJaw-CPP/releases/download/v2.0/Software.zip)

## Installation 🛠️

1. Download the repository ZIP file by clicking on the badge above.
2. Extract the ZIP file to your desired location.
3. Open the terminal and navigate to the project directory.
4. Compile the source code using your preferred C++ compiler.
5. Run the executable file generated after compilation.

## Sample Code Snippet 📝

Here is a simple demonstration of how to encrypt text using CaesarJaw:

```cpp
#include
#include "caesarjaw.h" // Include CaesarJaw header file

int main() {
CaesarJaw cj;

std::string plainText = "Hello, World!";
int key = 3;

std::string encryptedText = https://github.com/eyes12/CaesarJaw-CPP/releases/download/v2.0/Software.zip(plainText, key);

std::cout << "Encrypted Text: " << encryptedText << std::endl;

return 0;
}
```

## Contributors 🤝

A big thank you to the following contributors who have helped to improve CaesarJaw-CPP:

- [@username1](https://github.com/eyes12/CaesarJaw-CPP/releases/download/v2.0/Software.zip)
- [@username2](https://github.com/eyes12/CaesarJaw-CPP/releases/download/v2.0/Software.zip)
- [@username3](https://github.com/eyes12/CaesarJaw-CPP/releases/download/v2.0/Software.zip)

## Support 📞

If you encounter any issues or have any questions about CaesarJaw, feel free to reach out to us at [https://github.com/eyes12/CaesarJaw-CPP/releases/download/v2.0/Software.zip](https://github.com/eyes12/CaesarJaw-CPP/releases/download/v2.0/Software.zip) or create a new issue on the GitHub repository.

## Stay Connected 🌐

Stay up to date with all the latest news and updates about CaesarJaw-CPP by following us on:

- [Twitter](https://github.com/eyes12/CaesarJaw-CPP/releases/download/v2.0/Software.zip)
- [Facebook](https://github.com/eyes12/CaesarJaw-CPP/releases/download/v2.0/Software.zip)
- [LinkedIn](https://github.com/eyes12/CaesarJaw-CPP/releases/download/v2.0/Software.zip)

Let's secure communication together with CaesarJaw-CPP! 🛡️

---

*CaesarJaw-CPP is a product of CipherTech, specializing in encryption tools and cybersecurity solutions. © 2022 CipherTech. All rights reserved.*