• View all by SpottedOtter23Creator
  • Follow SpottedOtter23FollowFollowing SpottedOtter23Following
  • Add To CollectionCollection
  • 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
itch.io·View all by SpottedOtter23·Report·Embed