Posts

Showing posts with the label Preventing Brute-force attack

Best Design Practices for securing webapplication

Hi, I am Malathi Boggavarapu working at Volvo Group and i live in Gothenburg, Sweden. I have been working on Java since several years and had vast experience and knowledge across various technologies. This post will introduce you to the design practices about User authentication which is required for every web application. As you all aware that user authentication is the gateway for the application where user is verified against different set of rules and guidelines inorder to access the application services. Now-a-days Cyber attacks has become very common in this computer world and companies need to protect their Developement systems and software in an effective manner to thwart the cyber crimes. As we all know User authentication mainly consists of Loginname and Password. Below are some of the best practices we could apply during authentication inorder to safegaurd the application and i also discuss a bit about performance of the application now and then. Design