I cannot understand the encrypt/decrypt syntax.
So for example, I want to encrypt a file called "secret" with a fixed password called "scramble"
Then to decrypt it at some other time.
The file is always the same name, same place and the password is part of the script.
I have tried:-
PUT (encrypt url "File:secret" using "scramble") into URL "File:scramble"
and
PUT URL "File:scramble" into (decrypt url "File:secret" using "scramble")
but it does not work
What should I have done?
Encrypt and then Decrypt - That is the question
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller
Dear user#606,
Please report any errors and unexpected behavior instead of a simple "it doesn't work".
Best,
Mark
Please report any errors and unexpected behavior instead of a simple "it doesn't work".
Best,
Mark
The biggest LiveCode group on Facebook: https://www.facebook.com/groups/livecode.developers
The book "Programming LiveCode for the Real Beginner"! Get it here! http://tinyurl.com/book-livecode
The book "Programming LiveCode for the Real Beginner"! Get it here! http://tinyurl.com/book-livecode
encrypt
go to your Rev online and search for encryption there is an example stack there it is not exactly what you want but it may point you in the right direction.
Re: encrypt
Thank you reelstuff, I hadn't thought of that. Most helpful!reelstuff wrote:go to your Rev online and search for encryption there is an example stack there it is not exactly what you want but it may point you in the right direction.