Planet Ingres

August 31, 2026

Nikos Vaggalis - CipherStash: Searchable Encryption and Data Level Access Control For PostgreSQL

 CipherStash is a cybersecurity platform that provides searchable, field-level encryption. It has been designed to secure sensitive data within PostgreSQL.

CipherStash is motivated by the premise:

Traditional database encryption isn't secure


Most developers assume that their data is safe because their database has encryption at rest enabled. However, encryption at rest only protects the physical storage disk, backup files, or discarded hardware. Once the database server is booted up and running, all data is loaded into memory as plaintext. If an attacker exploits a SQL injection vulnerability, gains access to the host server, or gets hold of database credentials, they can read every piece of sensitive data in the clear.

To prevent this, you could encrypt sensitive fields (like emails or SSNs) inside your application before saving them. But traditional field level encryption introduces two major problems:

Full article on IProgrammer:

https://www.i-programmer.info/news/84-database/19114-cipherstash-searchable-encryption-and-data-level-access-control-for-postgresql.html

by Nikos Vaggalis (noreply@blogger.com) at August 31, 2026 06:14 AM

August 27, 2026

Nikos Vaggalis - Stack Overflow For Agents

 Stack Overflow for Agents is a specialized knowledge exchange designed for AI coding assistants to share production tested technical solutions and avoid redundant problem solving.

https://www.i-programmer.info/news/105-artificial-intelligence/19107-stack-overflow-for-agents.html

by Nikos Vaggalis (noreply@blogger.com) at August 27, 2026 05:57 PM

August 25, 2026

August 19, 2026

August 18, 2026

August 14, 2026

Nikos Vaggalis - What Happened At J-Spring 2026

 J-Spring is the Java Spring conference organized by the NLJUG, the Nederlandse Java User Group that brings together top speakers and the Java community to exchange ideas, share knowledge, and drive insightful conversations.


by Nikos Vaggalis (noreply@blogger.com) at August 14, 2026 03:34 PM

August 11, 2026

August 10, 2026

August 06, 2026

July 31, 2026

Nikos Vaggalis - The Cybersecurity Learning Lab: 70 Hands-On Practical Projects

 Introducing a comprehensive GitHub repository which hosts 70 cybersecurity projects ranging from foundational to advanced difficulty. 

This is an educational collection which includes practical tools like hash identifiers, metadata scrubbers and Caesar cipher utilities, each accompanied by detailed "learn" modules. These modules explain security theory, system architecture and step-by-step implementation to help students understand real-world applications.

https://www.i-programmer.info/news/149-security/19050-the-cybersecurity-learning-lab-70-hands-on-practical-projects.html

by Nikos Vaggalis (noreply@blogger.com) at July 31, 2026 05:24 PM