An open API service indexing awesome lists of open source software.

https://github.com/fizzywhizbang/gorot

ROT13 encoder/decoder in golang
https://github.com/fizzywhizbang/gorot

decryption encryption go golang rot13

Last synced: about 2 months ago
JSON representation

ROT13 encoder/decoder in golang

Awesome Lists containing this project

README

          

# gorot rot13 encoder/decoder

stupid simple ROT13 encoder/decoder in golang that rotates a byte value by thirteen characters.

###
[ROT13][rot13] ("rotate by 13 places", sometimes hyphenated ROT-13) is a simple letter substitution cipher that replaces a letter with the 13th letter after it in the alphabet.

[rot13]: https://en.wikipedia.org/wiki/ROT13