is there some specific method to insert the base 64 string?
For example a particular string I got the encrypted value as /xTIEbaHkxRnZVfg6U02vYg==/ but /w1vy4s5am604pog6e+n2vqg2fyo=/ is what I can find in the backend SQL.
ttsbegin;
select firstOnly forUpdate vendTable
where vendTable.AccountNum = '001';
vendTable.Tax1099RegNum = EncryptDecrypt::encrypt(vendtable.Tax1099RegNum, int2Str(tableNum(VendTable)));
vendTable.doUpdate();
info(strFmt("RecId: %1, value %2", vendTable.RecId, vendTable.Tax1099RegNum));
ttscommit;
André Arnaud de Cal... 291,391 Super User 2024 Season 2
Martin Dráb 230,445 Most Valuable Professional
nmaenpaa 101,156