1.07
de.donmanfred.GZipStringswrapper
GZipStrings
process
compress
byte[]
data
java.lang.String
0.01
Compress a Srring and return the Bytes.
You should use StringUtils to convert the bytes to Base64
To decrypt it is enough to convert the base64 to bytes again.
Use ByteConverter to get the String back from the Bytes.
DonManfred