From 4e442a465e564d0449b82f4bfb8088f1e6622978 Mon Sep 17 00:00:00 2001 From: Ajay Reddy Chinthala Date: Tue, 28 Mar 2023 21:35:34 +0530 Subject: [PATCH] ROT13 Cipher ROT13 Cipher Implementation in php --- Ciphers/ROT13_Cipher.php | 53 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 53 insertions(+) create mode 100644 Ciphers/ROT13_Cipher.php diff --git a/Ciphers/ROT13_Cipher.php b/Ciphers/ROT13_Cipher.php new file mode 100644 index 00000000..f72d2554 --- /dev/null +++ b/Ciphers/ROT13_Cipher.php @@ -0,0 +1,53 @@ + \ No newline at end of file