| Package | Description |
|---|---|
| de.cismet.tools |
Collection of various cismet Tools.
|
| Modifier and Type | Method and Description |
|---|---|
static char[] |
PasswordEncrypter.decrypt(char[] string,
boolean wipeInput)
Decrypts a given string that was created by
PasswordEncrypter.encrypt(char[], boolean). |
static String |
PasswordEncrypter.decryptString(String code)
Deprecated.
|
static char[] |
PasswordEncrypter.encrypt(char[] string,
boolean wipeInput)
Encrypts a given string using Password-based Encryption with MD5 and DES that can be decrypted using
PasswordEncrypter.decrypt(char[], boolean). |
static String |
PasswordEncrypter.encryptString(String pwd)
Deprecated.
|
static byte[] |
PasswordEncrypter.safeRead(InputStream propertyStream,
char[] property)
Reads a property as safe as possible.
|
Copyright © 2012–2026 cismet GmbH. All rights reserved.