0.0.1 • Published 9 years ago

roturl v0.0.1

Weekly downloads
2
License
MIT
Repository
github
Last release
9 years ago

RotUrl

RotURL is a simple substitution cipher for encoding/obscuring URLs embedded in other URLs (e.g. in a querystring)

To avoid increasing size during urlencode, commonly encoded chars are mapped to more rarely used chars.

Usage

Module simply exposes object with two methods:

  • rot(str) - where str is a string you want to encode

  • derot(str) - reverse operation, takes str and returns original value

0.0.1

9 years ago