If I code a bunch of sensitive information into my HTML code how many people can see it?

jdfc713

New member
Does it depend on which browser you are using?
Is it something that only the people who wrote the site can see?
Is there any place I could possibly learn about this?
Is this even really a security concern at all?
 
if some1 views ur webpage and checksout ur source code they will be able to see ur sensitive information. use php or asp to create secure pages which only selected cilents can view. security is always important, the world has alot of very bad ppl who wanna screw ur stuff.
 
HTML code can be seen / checked through internet browsers easily. Even though you have a code to protect your mouse-right click, it still can be saved as 'Web Page' and then can be opened in HTML editing softwares...
 
Back
Top