AkiVaMu Just tiny things come to mind...

Posts related to Security


Setup new POSTGRES database

Setup new POSTGRES database

more...

One approach to secure personal info

When living in internet world, we have too many info to secure. Let’s separate into 3 levels.

more...

OAuth and OpenID Connect

Authentication (and Authorization) is an important part of our internet for a long time. This post will walkthrough how this problem is solved, from the simplest form into modern approach.

more...

Cross-site request forgery vs Cross-site scripting

Both XSS and CSRF are client-side attacks.

more...

Authentication and Authorization with OAuth and OpenID Connect

Intro

more...

All about access token

In client-server communication, a client makes request to server, and server responses to that request.

more...

Keys, Certificate and SSL/TLS

Public key & Secret key (or Private key)

more...