

Blogs by Santoshkumar Pandey
Practical SSL/TSL and Cryptography
How SSL/TSL is used to obtain Data Confidentility, Itegrity and Authentication. How Symmetic, Asymmetic Encrytion works and when is it used. what is Public Key, Private Key in a key pair. what is a Signature and how is it generated and how is it used. what is a CA and PKI and what is its role in SSL/TLS and more..
Practical SSL/TSL and Cryptography with technical commands Part I
RSA, DSA, Signature generation. OPENSSL Commands to Generate RSA Key Pairs, validate CSR, Certificates and Private key.
Practical SSL/TSL and Cryptography with technical commands Part II
Generating CSR and self signed Certificates. Inspecting and extracting Certificates and CSR, Convert Files between PEM and PFX formatted files.
Make It Stick Book Summary
Here I took a stab and summarized "Make it Stick" book which teaches you how you can effectively learn and how you can push your mind to learn more when it is tired and about to give up on absorbing any more information.
Create digital signature of your payload using SHA256RSA (and Private Key)
Lorem ipsum, dolor sit amet consectetur adipisicing elit. Quam facere magni dolorum omnis voluptas veniam consequuntur, dolore mollitia aliquid quo illum autem atque velit tempora odio exercitationem quod sequi fuga!
Validate digital signature of your payload using Your Public Key
Lorem ipsum, dolor sit amet consectetur adipisicing elit. Quam facere magni dolorum omnis voluptas veniam consequuntur, dolore mollitia aliquid quo illum autem atque velit tempora odio exercitationem quod sequi fuga!
Simple Chrome browser plugin I
Plugin which can validate a JSON, Decrypt a JWT.
Simple Chrome browser plugin II
Create a JSON Payload signature using Your Priavte Key (SHA256RSA encryption).
Simple Chrome browser plugin III
Validate Payload Signature using your public Key.