Encoding

LZString Compress & Decompress

Compress text with lz-string , the LZ-based compressor that stores its output as a string rather than as bytes — which is why it turns up holding app state in a URL, a cookie or localStorage . Pick the flavour that matches where the payload has to survive: Base64 , URL-safe, UTF-16 or raw hex bytes.

Input

0 chars · 0 words · 0 lines

Get QR code
Copy to clipboard
Save to file

A-Z a-z 0-9 + / =. Safe anywhere Base64 is, and the widest-supported flavour.

Compressed

0 chars · 0 words · 0 lines

Get QR code
Copy to clipboard
Save to file
Share

marduc812

SourcePrivacy

© 202620260907_caeba45