Security

How to Verify Downloaded Files — step-by-step Security tutorial on Progressive Robot

How to Verify Downloaded Files

Verifying downloaded files ensures that what you downloaded is what you think it is. In this tutorial, you’ll learn what file verification is, why it’s important, and how to do it on various operating systems using command-line tools.

Read more
Spring Security Role Based Access Authorization Example — step-by-step Security tutorial on Progressive Robot

Spring Security Role Based Access Authorization Example

URL: https://www.progressiverobot.com/spring-security-role-based-access-authorization-example/ Today we will look into spring security role based access and authorization example. However before reading this post, please go through my previous post about "[Spring 4 Security MVC Login Logout Example](/community/tutorials/spring-4-security-mvc-login-logout-example)" to get some basic knowledge about Spring 4 Security. Spring Security Role In this post, we will discuss how to define, […]

Read more
How to Create an SSH Shortcut — step-by-step Security tutorial on Progressive Robot

How to Create an SSH Shortcut

If you are constantly needing to SSH into multiple servers, it can real daunting to remember all the different usernames, hostnames, IP addresses, and even sometimes custom private keys to connect to them. It’s actually extremely easy to create command line shortcuts to solve this problem….

Read more
Steps to Configure SSL on Tomcat and Setup Auto Redirect from HTTP to HTTPS — step-by-step Security tutorial on Progressive Robot

Steps to Configure SSL on Tomcat and Setup Auto Redirect from HTTP to HTTPS

Secured Socket Layer (SSL) is the cryptography protocol to provide message security over the internet. It works on the notion of Private and Public keys and messages are encrypted before sending it over the network. To configure SSL on Tomcat, we need a digital certificate that can be created using Java keytool for development environment. For production environment, you should get the digital certificate from SSL certificate providers, for example, Verisign or Entrust.

Read more
CHAT