Pros And Cons Of Using JWT (JSON Web Tokens)

Posted on Sun 24 July 2022 in Auth • Tagged with Auth, identity, Security

JWT (JSON Web tokens) is a great way to implement authentication in your applications, though often it is being treated as a silver bullet for almost every backend project. While JWT provides a lot of benefits while implementing auth, it does come with a price. Anyone who is thinking to …


Continue reading

Hands-on Guide on GPG Keys

Posted on Mon 05 March 2018 in DevOps, Linux • Tagged with Encryption, GPG, Security

GPG Keys Guide

GPG or GNU Privacy Guard is a complete and free implementation of the OpenPGP standard as defined by RFC4880 (also known as PGP). It is a tool that provides encryption and signing services, using which, you can encrypt or sign your files, messages, emails and can even sign your github …


Continue reading