Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

README.md

ROT13

THIS is a JavaScript code to decrypt a string given with the ROT13 encryption type.

Installation

git clone this repository

git clone https://github.com/HarshCasper/Rotten-Scripts.git

Usage

(make sure you have node.js installed)

cd <the directory folder/JavaScript/ROT13>

node rot13.js <the string you want to decrypt>

Thank You