Hey Everyone.
In my attempt to learn AS3 I’ve bought two books. While reading through them I’ve learned about the concept of private constants in classes, and my question is this:
How secure are private constants in an external class?
Wouldn’t it be fairly complicated to lift user/pass from an external .as file?
Or would it be just plain ignorant to make a login feature where the right user/pass is stored as private constants in an external class?
Note: this is for a fairly low security risk site, but nonetheless.
Thanks in advance.
Stig