Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 373 Bytes

File metadata and controls

17 lines (10 loc) · 373 Bytes

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