Skip to main content

Posts

What happened At PGconf.dev 2026

  PGConf.dev (PostgreSQL Development Conference) is a highly technical developer focused conference primarily designed for the people who build, maintain and extend the database system itself. https://www.i-programmer.info/news/99-professional/19126-what-happened-at-pgconfdev-2026.html
Recent posts

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/1...

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