Re: GPG signing

From: "David G(dot) Johnston" <david(dot)g(dot)johnston(at)gmail(dot)com>
To: Marc Munro <marc(at)bloodnok(dot)com>
Cc: "pgsql-general(at)lists(dot)postgresql(dot)org" <pgsql-general(at)lists(dot)postgresql(dot)org>
Subject: Re: GPG signing
Date: 2020-05-26 19:06:46
Message-ID: CAKFQuwboC_Mx+cWSuVP6HfBtt6ZY4CsGKKa4UtFCB7BfpVjSWg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Tuesday, May 26, 2020, Marc Munro <marc(at)bloodnok(dot)com> wrote:

> I need to be able to cryptographically sign objects in my database
> using a public key scheme.
>
> Any other options? Am I missing something?
>

This feels like it should be an application (middleware...) concern, not
the database proper. i.e., store previously signed data into a normal text
or bytea field.

That said there is:

https://www.postgresql.org/docs/12/pgcrypto.html#id-1.11.7.34.7

David J.

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Marc Munro 2020-05-26 19:21:12 Re: GPG signing
Previous Message Adrian Klaver 2020-05-26 19:04:28 Re: GPG signing