Encrypts the specified string with specified key and adds it to storage to the specified address.
function AddStorageItem(aStorageURL: string; aStorageKey: string; aCryptoKey: string; aData: string; aStoragePass: string = ''): integer;
//Add the element into the storage var NewID := AddStorageItem('http://mysite.ru/storage.php', 'requests', 'mycrypto', 'MySecretString', 'mystoragepass');