CodeNewbie ROT13 Code-Breaker
A simple ROT13 encrypt/decrypt module used for the CodeNewbie Code-Breaker Code Challenge.
Usage
Install with npm install codenewbie-rot13 --save
.
Just require and start encrypting/decrypting!
var rot13 = ; console; // --> Guvf vf n frperg zrffntr! console; // --> This is a secret message!
NOTE: Please do not use this for any serious encrypting/decrypting purposes. ROT13 is considered to be weak ecryption. This module is just for fun!