Base de connaissances

Blog

Analyses techniques autour de la cybersécurité, de l'ingénierie logicielle, de l'architecture et des outils pratiques.

9 articles visibles

Typosquatting attacks: What you need to know banner

15/01/2025 · 3 min

Typosquatting attacks: What you need to know

In the digital age, where online platforms are integral to daily life, cybersecurity threats are evolving at an alarming pace. One such threat is **typosquatting**, a cybercrime tactic that exploits human error to deceive

Understanding CORS and how to handle it in Spring Boot banner

30/12/2024 · 4 min

Understanding CORS and how to handle it in Spring Boot

Cross-Origin Resource Sharing (CORS) is a security feature implemented by web browsers to control how resources on a web page can be requested from another domain. While it is essential for protecting users from malicious

#spring-boot
open >
Understanding common weakness enumeration (CWE) banner

26/12/2024 · 3 min

Understanding common weakness enumeration (CWE)

Common Weakness Enumeration (CWE) is a comprehensive repository of software weaknesses that provides a standardized taxonomy for developers, security analysts, and organizations. Developed and maintained by the [MITRE Cor

Overview of data types in PostgreSQL banner

04/12/2024 · 5 min

Overview of data types in PostgreSQL

PostgreSQL is a powerful and extensible relational database management system (RDBMS). It supports a wide range of data types that allow precise modeling of diverse information. Below is a detailed overview of PostgreSQL

#postgresql
open >
Encryption with pgcrypto in PostgreSQL banner

21/11/2024 · 3 min

Encryption with pgcrypto in PostgreSQL

The `pgcrypto` module in PostgreSQL provides cryptographic functions for encrypting and decrypting data. It supports both symmetric encryption (using a single key) and public-key encryption (using a pair of keys). It's pa

#postgresql
open >