gridlocdev / rot13-cipher

A basic ROT-13 obfuscation algorithm written in TypeScript

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ROT13 Cipher Script Overview

This script is a basic obfuscation algorithm, following the ROT-13 (Rotate 13 letters) key-value translation. The end result returns a string that has each character 13 letters up or down the alphabet from the original string.

Project Structure

This project runs through NodeJS, so to execute the code you first must have it installed. Once you do, then do the following:

  1. Enter your text into the text file called "input-text.txt"
  2. Run the command node index.js to run the code and see the output in the console!

About

A basic ROT-13 obfuscation algorithm written in TypeScript


Languages

Language:TypeScript 50.6%Language:JavaScript 49.4%