How to disable CSRF in Spring Security?
What is CSRF in Spring Security and how to disable CSRF protection?
Continue ReadingInformation Brisked Up
What is CSRF in Spring Security and how to disable CSRF protection?
Continue ReadingReset MySQL root password in Linux
Continue ReadingHow to solve the bean currently in creation exception after Spring Boot upgrade?
Continue ReadingHow to create a new MySQL user account? Queries to create and grant privileges to a MySQL user.
Continue ReadingCompanies or platforms like Cloudflare work as your security partners by ensuring the communication between users’ browser and your web server is secured. I assume that you have a clear idea about the need for SSL in an application or a web site. Let’s see the steps to set up SSL using Cloudflare: 1. Login […]
Continue ReadingIt is the responsibility of website owners to make sure that their customers’ information is secure. Specially when it comes to an e-commerce website. SSL Certificates make sure that the security is in place and help site owners to focus on their business rather than worrying too much about securing the site traffic and customers’ […]
Continue Readingmod_ssl is an Apache module that provides SSL v2/v3 and TLS v1 support for the Apache HTTP Server. ssl.conf is the Apache server configuration file that helps to enable SSL support. Following is the location of ssl.conf file: Absence of ssl.conf file means you need to install mod_ssl to enable HTTPS or SSL in your […]
Continue ReadingHow to use Jasypt in a Spring Boot application? A detailed guide to encrypting application properties using Jasypt.
Continue ReadingFirst of all, what is CAPTCHA? CAPTCHA is an acronym that stands for “Completely Automated Public Turing test to tell Computers and Humans Apart“. It is a ‘simple for humans but hard for bots’ challenge given to the online users to prove that they are humans. reCAPTCHA is a free service from Google to protect […]
Continue ReadingYou might have used Google reCAPTCHA v2 to protect your site from bots. With reCAPTCHA version 2, you can either use the famous “I’m not a robot” checkbox or the “Invisible reCAPTCHA badge”. While the previous versions demand some user interactions, reCAPTCHA v3 is incredibly invisible. Everything works in the background and users don’t need […]
Continue Reading