Updates
- Config.json implemented setting related to using modified xor keys (for custom encrypted clients)
- Configuration.ConfigMan.cs implemented changes to json loader to support loading modified xor key from int array
- Configuration.ConfigMan.cs implemented GetByteArray() method to convert previously loaded int array (xor key) to proper byte array
- Structures.Settings.cs implemented UseModifiedXOR and ModifiedXORKey for the settings menu
- Tabs.Manager.cs implemented GetKeysByStyle, DataCoreByKey, RDBCoreByKey and getStyle methods to fix issues with tabs being confused due to being fetched implictly by tab name/position instead of proper key as-well as to implement setting updates for things like altering data utility backup setting for currently opened data tab
- Tabs.Styles.Data.cs now properly informs DataCore if a modified XOR key should be used in operations and provides it
- Tabs.Styles.RDB.cs corrected issue with files always being saved as (ascii) regardless if the related setting was toggled
- Tabs.Styles.RDB.cs now properly informs DataCore if a modified XOR key should be used in operations and provides it