View all by SpottedOtter23
Creator
Follow SpottedOtter23
Follow
Following SpottedOtter23
Following
Add To Collection
Collection
Comments
Devlog
Click to See (Rotation/Shift) 13 Cipher
←
Return to Click to See (Rotation/Shift) 13 Cipher
Devlog
Click to See Code
June 08, 2022
by
SpottedOtter23
public class ROT13 { public static void main(String args[]) { // method calls System.out.println(encrypt("Hello")); //method call encrypt System.out.println(decrypt("uryyb")); //method call decrypt }...
Continue reading