-
From wiki list
### Ceasar Cipher
1. [Caeser Encryption](https://www.codewars.com/kata/caeser-encryption)
* 7 kyu
* Input is lowercase and some special chars. Encoded chars are lowercase letters. Var…
-
-
### Proposal Details
## Background
Go packages can have two distinct forms of documentation:
1. Comments anchored to identifiers as described by [_Godoc: documenting Go code_](https://go.dev/bl…
-
For tracking purpose, they change some stuff around so text might become jumbled messes or will return error.
Please report any additional issues here.
**Latest extension version**: 2.1.7
---…
-
ability to mark posts (or parts of posts) for rot13, such as for spoiler or content warning or silly joke or whatever reasons. also make it easy to toggle rot13 when reading posts.
-
- [ ] Create API for ROT13
- [ ] Implement the algorithm
- [ ] Update docs
Reference https://en.wikipedia.org/wiki/ROT13
-
#### Description
```
Describe your problem here
```
First of all: I REALLY love this tool!
The tool has a big issue with ROT13 encoding while gathering info from the target, which prevents from…
-
```
#include
#include
using namespace std;
int main() {
char s[100] = { 0 };
//띄어쓰기 입력 받기 위해서 cin.getline 사용
cin.getline(s,100);
int len = strlen(s);
//ROT13
for (int i =…
-
### Bug
I have the following message when I try to upload the 20.0.1 version with FTP on o2switch
Le chargement du fichier dolibarr-20.0.1.zip, car celui-ci contient un virus : {HEX}Malware.Exper…
-
#include "main.h"
/**
* rot13 - Encodes a string using rot13.
* @str: The string to be encoded.
*
* Return: A pointer to the encoded string.
*/
/*The rot13 function takes a string str as…