Skip to content
This repository was archived by the owner on Jun 8, 2025. It is now read-only.

Getting Started

JasonJonesLASM edited this page Dec 17, 2020 · 5 revisions

Working with Saved variables is great for smaller and less sensitive data. You may wish to have something which gives you more control. Perhaps you want to be able to save data to a custom path. One thing is certain, that if you need to encrypt your data from easily being modified by a third party, then this is for you.

If you are unfamiliar with Binary Encryption, it works by scrambling the data, obfuscating what is actually there. If you opened a file saved using binary, you would see a series of symbols and random looking text. The encryptor knows how to get back the data, but it can not be directly modified without first reversing the encryption files back into the data type. It is never truly possible to be unhackable, but it will provide much better protection then a strictly text based solution. If you need a modifiable solution, you are best using something like JSON.

Fuzzy Finder


To find all the units, right click and you will find a new root category titled IO, aka Input/Output.

Fuzzy Finder

Clone this wiki locally