- de.mibos.commons.crypt - package de.mibos.commons.crypt
-
- decrypt(InputStream, OutputStream, String) - Method in class de.mibos.commons.crypt.Crypt
-
Decrypts all input from the given input stream to the given outputs tream.
- decrypt(InputStream, OutputStream, byte[]) - Method in class de.mibos.commons.crypt.Crypt
-
Decrypts all input from the given input stream to the given output stream.
- decrypt(byte[], String) - Method in class de.mibos.commons.crypt.Crypt
-
Decrypts the input data and returns the plain text
- decrypt(byte[], byte[]) - Method in class de.mibos.commons.crypt.Crypt
-
Decrypts the input data and returns the plain text
- DES192 - Static variable in class de.mibos.commons.crypt.Crypt
-
The encryption algorithm Triple-DES with 192 Bits key size (effective key size 168 bits,
the effective key size for brute force is smaller than 168 bits).
- DES64 - Static variable in class de.mibos.commons.crypt.Crypt
-
The encryption algorithm DES with 64 Bits key size (effective key size 56 bits!).