From b0723c4bc8e7b23f8534cc209ab0a20ddcc257ed Mon Sep 17 00:00:00 2001 From: Charles Cabergs Date: Fri, 30 Oct 2020 11:15:06 +0100 Subject: Added rot13 util --- utils/rot13/index.html | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 utils/rot13/index.html (limited to 'utils/rot13/index.html') diff --git a/utils/rot13/index.html b/utils/rot13/index.html new file mode 100644 index 0000000..525e14f --- /dev/null +++ b/utils/rot13/index.html @@ -0,0 +1,35 @@ + + + + + cacharle - rot13 + + + + + + +
+

rot13

+ +

Implementation of the rot13 encryption

+ +
Shift size:
+ + +

Input

+ + +

Output

+ + +
+ + -- cgit