Class UnixCrypt

java.lang.Object
com.aoapps.security.UnixCrypt

@Deprecated(forRemoval=true) public abstract class UnixCrypt extends Object
Deprecated, for removal: This API element is subject to removal in a future version.
This is not secure anymore. We will be removing in a future major version update. If you still require this type of encryption, please use UnixCrypt.
  • Method Summary

    Modifier and Type
    Method
    Description
    static String
    crypt(String plaintext)
    Deprecated, for removal: This API element is subject to removal in a future version.
    This is not secure anymore.
    static String
    crypt(String key, String setting)
    Deprecated, for removal: This API element is subject to removal in a future version.
    This is not secure anymore.
    static void
    main(String[] args)
    Deprecated, for removal: This API element is subject to removal in a future version.
    This is not secure anymore.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait