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
- Host: GitHub
- URL: https://github.com/fizzywhizbang/gorot
- Owner: fizzywhizbang
- License: apache-2.0
- Created: 2022-08-24T14:03:10.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-08-25T11:39:34.000Z (about 3 years ago)
- Last Synced: 2024-12-29T20:18:11.254Z (10 months ago)
- Topics: decryption, encryption, go, golang, rot13
- Language: Go
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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