| Package | Description |
|---|---|
| cz.d1x.dxcrypto.hash |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
DigestAlgorithm.hash(byte[] input) |
byte[] |
HashingAlgorithm.hash(byte[] input)
Creates a hash from input bytes.
|
byte[] |
RepeatingDecorator.hash(byte[] input)
Creates a hash from input bytes.
|
byte[] |
SaltingAdapter.hash(byte[] input,
byte[] salt) |
byte[] |
SaltedHashingAlgorithm.hash(byte[] input,
byte[] salt)
Creates a hash from given input bytes and given salt bytes.
|
String |
DigestAlgorithm.hash(String input) |
String |
HashingAlgorithm.hash(String input)
Creates a hash from input text.
|
String |
RepeatingDecorator.hash(String input)
Creates a hash from input text.
|
String |
SaltingAdapter.hash(String input,
String salt) |
String |
SaltedHashingAlgorithm.hash(String input,
String salt)
Creates a hash from given input and given salt.
|
Copyright © 2019. All rights reserved.