public class AsymmetricManager
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String |
getHash(java.lang.String unsecureText,
java.lang.String salt)
Generates a hash using asymmetric encryption.
|
static java.lang.String |
getSalt()
Generates a random salt.
|
public static java.lang.String getHash(java.lang.String unsecureText,
java.lang.String salt)
unsecureText - The text to be hashed.salt - The salt used to defend against dictionary and rainbow table attacks.public static java.lang.String getSalt()
Copyright © 2018 SAP SE. All Rights Reserved.