Class UnixCrypt

java.lang.Object
javaforce.UnixCrypt

public class UnixCrypt extends Object
A Unix encryption which is uni-directional. Was typically used to hash passwords on older Unix systems.
  • Constructor Details

    • UnixCrypt

      public UnixCrypt()
  • Method Details

    • crypt

      public static String crypt(char[] textToEncrypt)
    • crypt

      public static String crypt(char[] encryptionSalt, char[] textToEncrypt)