Silly Ascii Compressor with Javascript Expander.
v0.1.2
Description:
SACJE uses a very silly algorithm that randomly searches the input data for repetition. For this reason the output may be different every time the same data is compressed.
If you want to see some extra output try this: debug
Limitations:
- Maximum input size is 10kB. Download the source code and change the limit on the local installation if you need more.
- There must be at least 2 unused alphanumeric characters in the input data.
Applications:
- Compress JavaScript. Simply append "eval(c);" at the end of the generated code to execute the original JS.
- Can be used to store large amounts of text that will only be shown to users with JavaScript turned on.