LAZYSODIUM-JAVA: CRYPTOGRAPHY MADE EASY IN JAVA

Whenever I used to hear about cryptography, I used to feel that something is really difficult to implement. I would need to learn a lot of things to work on it. But, when I came across lazysodium-java library, I found it easy to implement it in java. What is lazysodium-java? Lazysodium-java is library that is built … Continue reading LAZYSODIUM-JAVA: CRYPTOGRAPHY MADE EASY IN JAVA

How Single Sign-on Made Easier With SAML & Spring Boot

Single Sign-on is an authentication process followed by many organizations for allowing users to access multiple applications with single sign in. Advantages of using Single Sign-on are: Use single credentials which are defined on centralized server.One time login to get access to multiple applications.Single place for user management like – add new user or account, … Continue reading How Single Sign-on Made Easier With SAML & Spring Boot