@Deprecated public final class CryptoUtil extends Object
Modifier and Type | Method and Description |
---|---|
static String |
decrypt(String strDataToDecrypt,
String strKey)
Deprecated.
This function decrypt a given string using the DES algorithm.
|
static String |
encrypt(String strDataToEncrypt,
String strKey)
Deprecated.
This function encrypt a given string using the DES algorithm.
|
Copyright © 2017 City of Paris. All rights reserved.