public class DesEncrypter extends Object
Constructor and Description |
---|
DesEncrypter()
Publiczny konstruktor.
|
Modifier and Type | Method and Description |
---|---|
String |
decrypt(String str)
Deszyfruje podanego Stringa
|
String |
encrypt(String str)
Funkcja szyfrująca podanego Stringa
|
public DesEncrypter()
Copyright © 2019 Suncode. All rights reserved.