BHEH | FACTS
Fact: HTTPS: A Secure Connection does not mean a secure Website
A Implementing HTTPS on your website, is a required step to do, but when you see the Secure Symbol next to the browser, it does not guarantee a website is safe from all threats. A Phishing Site, can also show the same Secure Symbol as an example, while its cloning the...
Fact: It does not matter how you create your Password
Whether its a complicated one or not it gets encrypted into a hash. There are techniques besides bruteforce, to let you dump the hash and sometimes in plain text like man in the middle attacks, Rogue Access Points, Phishing Attacks, check if its was leaked...
Fact: Nothing Gets Deleted
When you delete a file, even after emptying the recycle bin, it orders your OS to make it look like its deleted by removing the knowledge of where it is. With data, you can only rewrite on top of what is there, replacing the old data with new (Can be Binary and...