function Encrypt_This pEncryptWhat,pKey,pSalt,pCipher
local tEncryptedResult
if pCipher = "" then
encrypt pEncryptWhat using "aes256" with password pKey and salt pSalt
else
encrypt pEncryptWhat using pCipher with password pKey and salt pSalt
end if
return it
end Encryp
Also be sure to write and read binary.
Bob S
> On Jul 18, 2024, at 8:08 AM, Bob Sneidar wrote:
>
> I use the built-in encryption library. See encrypt and decrypt in the
> dictionary. Not sure if there are size limits though. How big might your
> biggest text files be?
>
> Bob S
>
>
>> O
I use the built-in encryption library. See encrypt and decrypt in the
dictionary. Not sure if there are size limits though. How big might your
biggest text files be?
Bob S
> On Jul 18, 2024, at 6:53 AM, Charles Szasz via use-livecode
> wrote:
>
> Is there a reliable method to encrypt a tex
Is there a reliable method to encrypt a text file using LC? I have an app that
generates text files and wanted encryption to my app.
Sent from my iPad
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, un