Class Rot13

java.lang.Object
org.dlese.dpc.util.strings.Rot13

public class Rot13 extends Object
Basic Rot13 implementation. Rot13 is a two-way encryption algorithm, so the same method is used for encrypting and decrypting.
Author:
Ryan Deardorff
  • Constructor Details

    • Rot13

      public Rot13()
  • Method Details

    • crypt

      public static String crypt(String str)
      Return an encrypted/decrypted version of the given string
      Parameters:
      str -
      Returns: