Security

Una introducción a OAuth 2 — step-by-step Security tutorial on Progressive Robot

Una introducción a OAuth 2

OAuth 2 es una estructura (framework) de autorización que le permite a las aplicaciones obtener acceso limitado a cuentas de usuario en un servicio HTTP, como Facebook, GitHub y the cloud provider. Delega la autenticación del usuario al servicio que aloja la cuenta del mismo y…

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 Use Pageant to Streamline SSH Key Authentication with PuTTY — step-by-step Security tutorial on Progressive Robot

How To Use Pageant to Streamline SSH Key Authentication with PuTTY

Pageant is a PuTTY authentication agent. It holds your private keys in memory so that you can use them whenever you are connecting to a server. It eliminates the need to explicitly specify the relevant key to each Linux user account if you use more than one account to log into a server, as well as the need to type a key’s passphrase each time you log into your user account

Read more
What is a Firewall and How Does It Work? — step-by-step Security tutorial on Progressive Robot

What is a Firewall and How Does It Work?

A firewall is a system that provides network security by filtering incoming and outgoing network traffic based on a set of user-defined rules. In general, the purpose of a firewall is to reduce or eliminate the occurrence of unwanted network communications while allowing all legitimate communication to flow freely. In most server infrastructures, firewalls provide an essential layer of security that, combined with other measures, prevent attackers from accessing your servers in malicious ways.

Read more
CHAT