Revlet question
Jim Ault
jimaultwins at yahoo.com
Wed Aug 12 16:50:03 EDT 2009
On Aug 12, 2009, at 1:23 PM, Yves COPPE wrote:
> Hi list
>
> Suppose you have a revlet imbed in a html page and this revlet
> contains in his (pre)openstack script confidential password; Can
> this confidential data be vulnerable to an attack ?
Why would you decide to make the password a single string?
Write a set of steps that build the string from other parts of stack,
eg.
-----------
on preopenstack
put char 1 of line 2 of the script of button id 1129 into aa
put word 2 of the short name of button id 1134 into bb
put aa & bb & getCC() into thisPswdString
end preopenstack
function getCC
put item -1 of the long name of this card into cc
return cc
end getCC
-----------------
Let the scoundrels figure that one out!
Jim Ault
Las Vegas
More information about the use-livecode
mailing list