Reusable Java library of general tools with minimal external dependencies.
For questions or support, please contact us:
Email: support@aoindustries.com
Phone: 1-800-519-9541
Phone: +1-251-607-9556
Web: https://www.aoindustries.com/contact
@Deprecated public class UnixCrypt extends Object
| Modifier and Type | Method and Description |
|---|---|
static String |
crypt(String plaintext)
Deprecated.
This is not secure anymore.
|
static String |
crypt(String key,
String setting)
Deprecated.
This is not secure anymore.
|
static void |
main(String[] args)
Deprecated.
This is not secure anymore.
|
@Deprecated public static String crypt(String plaintext)
@Deprecated public static String crypt(String key, String setting)
key - the key to be encryptedsetting - the salt to be used@Deprecated public static void main(String[] args)
Copyright © 2000–2016 AO Industries, Inc.. All rights reserved.