Posts

Java

Secure Coding Practices - Access Control

Access control is a security measure that determines who can access resources or perform actions within a system. It involves defining and …

12 min
Security

Audio Steganography In More Detail

Audio steganography is a technique for hiding information within an audio file so that only the intended recipient knows of the hidden …

11 min
Design Pattern

The Compensating Transaction Pattern

The Bird-Eye View A Compensating Transaction Pattern is a technique used to ensure consistency when multiple steps are involved in a …

16 min
Java

Serialising in Java - Birds Eye View

Serialisation in Java is implemented to convert the state of an object into a byte stream, which can be quickly persisted to a file or sent …

16 min
Security

Contextual Analysis in Cybersecurity

Contextual analysis in cybersecurity involves examining events, actions, or data within the broader context of an organization’s IT …

16 min