GRZXW5EDY – Does anyone recognize what kind of hash/id is this? [duplicate]

I am black-box testing a video streaming website. They have 2 kind of IDs for videos. internal_id and external_id.
I need to find a way to enumerate internal_id but cannot guess what kind of ID this website is using.
Example:
video 1: inte… Continue reading GRZXW5EDY – Does anyone recognize what kind of hash/id is this? [duplicate]

Hashing sessions and retrieving them using cookie(s) with session "id" and "token"

I’m implementing custom authentication & session management system in Node.js & PostgreSQL. My goal is to implement sessions that expire after 2 weeks (if not refreshed/renewed).
OWASP and other resources suggest to store unhashed … Continue reading Hashing sessions and retrieving them using cookie(s) with session "id" and "token"