@PublicAPI(stability=VOLATILE, mayInstantiate=true, mayExtend=false, mayInvoke=true) public final class Crypt extends Object
| Constructor and Description |
|---|
Crypt()
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
byte[] |
crypt(byte[] pw,
byte[] salt)
Encode the supplied password in unix crypt form with the provided
salt.
|
Copyright © 2010-2020 Wren Security. All Rights Reserved.