https://github.com/velddev/go-rot13
rot13 'encryption' in Go
https://github.com/velddev/go-rot13
Last synced: about 1 year ago
JSON representation
rot13 'encryption' in Go
- Host: GitHub
- URL: https://github.com/velddev/go-rot13
- Owner: velddev
- License: mit
- Created: 2019-03-10T23:21:01.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-03-11T00:22:55.000Z (over 7 years ago)
- Last Synced: 2025-02-08T07:42:18.482Z (over 1 year ago)
- Language: Go
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# go-rot13
rot13 'encryption' in Go. Written as a quick warmup for Go.
## Usage
```
$ go-rot13 encode abc
nop
$ go-rot13 decode nop
abc
```