Password Salting Techniques
August 9th, 2009
This article is about using salting techniques to improve the security of authentication for websites. Â Examples are in PHP but the techniques apply to any language. Read more…
This article is about using salting techniques to improve the security of authentication for websites. Â Examples are in PHP but the techniques apply to any language. Read more…
Accessing any protected system from an Internet Cafe-type situation is always a risk. This is because you have no way of knowing whether there is any spy/sniffing/keylogging software on the PC – either installed by another user or by the sysadmin. The following are tips to minimise the risks