...Created to shorten single line UTF8 strings; it tries to compress them quickly with a simple interface that can be used as a drop in replacement for
Encoding.UTF8.GetBytes(value) and Encoding.UTF8.GetString(packed).
The public Litc API are in fact:
byte[] packed = Litc.GetBytes(value);
string unpacked = Litc.GetString(packed);
A windows backup application.
Integrated web server allows remote control;
iPhone-style web-application available;
Enhanced security options.
Virtual drive allow users to browse their files easily.