Licensing class and script with 256bit Encryption – script MetaTrader 5

Licensing class and script with 256bit Encryption - script for MetaTrader 5
This class loads a licensing file by reading 256bit encrypted account data from a license file into an account array for the purpose of licensing. The Class is initialised with a Filename, a Master Key and whether the file needs to be saved in the common folders or not. Important Methods: m_Write(string m_Acc  = “”,

Licensing class and script with 64bit Encryption (more Reliable) – library MetaTrader 5

Licensing class and script with 64bit Encryption (more Reliable) - library for MetaTrader 5
This class loads a licensing file by reading 64bit encrypted account data from a license file into an account array for the purpose of licensing. (256 bit Encryption method I last posted, fails decryption on certain strings hence why this method more reliable) The Class is initialised with a Filename, a Master Key (m_hkey -> can