Unclear about encryption
Posted: Wed Apr 24, 2013 8:20 pm
Hello Geniuses....
After reading some posts in the forum I am still unclear about how encryption works in Livecode.
Is it possible to encrypt a password into an XML file?
and THEN encrypt the whole XML file using a public key before saving it ?
and then loading the file after asking for
1.the public key to decrypt XML
2. asking for the user's own individual password to load info into memory?
EDIT .... Public encryption key would be given to everyone who needs to access the file, but each user would also have their own passcode giving them access to certain information in the file.
My app must have the option for file encryption because some users will enter confidential information.
Thank you all for any thoughts that you can share on this topic. I am designing for Win/Mac/Linux for now.
If its possible, I will take the time to learn how....hope it is.
After reading some posts in the forum I am still unclear about how encryption works in Livecode.
Is it possible to encrypt a password into an XML file?
and THEN encrypt the whole XML file using a public key before saving it ?
and then loading the file after asking for
1.the public key to decrypt XML
2. asking for the user's own individual password to load info into memory?
EDIT .... Public encryption key would be given to everyone who needs to access the file, but each user would also have their own passcode giving them access to certain information in the file.
My app must have the option for file encryption because some users will enter confidential information.
Thank you all for any thoughts that you can share on this topic. I am designing for Win/Mac/Linux for now.
If its possible, I will take the time to learn how....hope it is.