Skip to content

This repository contains decryption tool. This tool swaps characters based on a custom mapping. This repository is intended for academic purposes only and should not be used for any malicious activities. See demo at:

Notifications You must be signed in to change notification settings

Irish-C/decryptor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 

Repository files navigation

decryptor

This repository contains decryption tool. This tool swaps characters based on a custom mapping. This repository is intended for academic purposes only and should not be used for any malicious activities.

How the code works

The All-Time Decryption Tool works by replacing the vowels in the encrypted text with the corresponding vowel character. The program uses a dictionary to map the encrypted vowel characters to the correct vowel character.

In this code I used the following: The program will accept a string as encrypted text and then the program will decrypt it using the following character substitute:

*'a' = , 'e' = & , 'i' = # , 'o' = + 'u' = !

See sample output: Enter a string to decrypt: th& q!#ck br+wn f+x j!mps +v&r th& l*zy d+g. The Plain Text: the quick brown fox jumps over the lazy dog.

Installation

To run the program, you'll need to have Python 3 installed on your computer.

Note: I used VS Code to create and run the program.

Packages needed to Install

This program requires the following modules:

PyFiglet: pip install pyfiglet

Usage

To use the All-Time Decryption Tool, follow these steps:

  1. Run the decryption_tool.py file.
  2. Enter your encrypted text when prompted.
  3. The program will decrypt your text and print the result.

About

This repository contains decryption tool. This tool swaps characters based on a custom mapping. This repository is intended for academic purposes only and should not be used for any malicious activities. See demo at:

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages