If you are on a secure site then you will notice that the URL in the addressbar changes to HTTPS where extra S means "secure". Only trusted sites have such a security mechanism.
__________________
#include<iostream>
using namespace std;
void main()
{
while(1)
{ printf("hello world!");
}
}
|