Hi,
i have a string and i encrypt it and than Compressed that string.
Result is Length of the Compressed string is high.
I'm using the below code snippet
public static string Compress(string text) {
byte[] buffer = Encoding.UTF8.GetBytes(text);
MemoryStream ms...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.