https://github.com/q60/rot13
This is a collection of ROT13 encoding programms written in different languages. Just for fun.
https://github.com/q60/rot13
algorithms bash brainfuck c challenge challenge-project challenges challenging-algorithms cmake cplusplus csharp encoding-programms esoteric-language factor gleam java languages rust
Last synced: about 1 month ago
JSON representation
This is a collection of ROT13 encoding programms written in different languages. Just for fun.
- Host: GitHub
- URL: https://github.com/q60/rot13
- Owner: q60
- License: gpl-2.0
- Created: 2020-04-20T00:10:11.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2025-06-02T16:57:07.000Z (4 months ago)
- Last Synced: 2025-07-23T17:47:00.628Z (3 months ago)
- Topics: algorithms, bash, brainfuck, c, challenge, challenge-project, challenges, challenging-algorithms, cmake, cplusplus, csharp, encoding-programms, esoteric-language, factor, gleam, java, languages, rust
- Language: Assembly
- Homepage:
- Size: 1.17 MB
- Stars: 38
- Watchers: 7
- Forks: 16
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
ROT13 Challenge
===============This repository is a collection of **ROT13** encoding programs written in various programming languages, created purely *for fun*.
You're invited to participate! *Fork the repository, contribute your code, and submit a pull request.*
### Contribution Guidelines:
- Your program should include both **input** and **output** functionality, adhering to the following format:
```
Enter string to encode:
NOWHERE abjurer 123.
Encoded string:
ABJURER nowhere 123.
```
- Name your file `main.` whenever possible.
- Place your file/project within a folder ``.
- New contributions must be placed in public domain or `Unlicense`d. Some older ones stay at GPLv2.0-only, see [this file](./Licensing) for license info.