Re: Inserting an Encrypted file into DB

From: "Heikki Linnakangas" <heikki(at)enterprisedb(dot)com>
To: "Smita Vijayakumar" <smita(dot)vijayakumar(at)globallogic(dot)com>
Cc: <pgsql-committers(at)postgresql(dot)org>
Subject: Re: Inserting an Encrypted file into DB
Date: 2007-10-10 11:27:57
Message-ID: 470CB73D.2020905@enterprisedb.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Smita Vijayakumar wrote:
> I want to put into the postgres DB, a file which is an encrypted file
> (say, the PKCS# files).
> I have used a bytea column for storing this file. So the operations with
> regard to the file at my end are:
> Filesystem ----> DB ------> Filesystem
> What I need to know is:
> 1. Is there any information loss when the file is being transferred from
> the filesystem to the DB?

No.

> 2. If the answer is no, then does that mean that when the stream is
> received from the DB, the file is an exact copy of the file which
> existed? If so, the reverse key should be able to successfully decode
> the stream received from the DB.

Yes.

This is assuming we're talking about the contents of the file. Dealing
with any metadata like filename, creation timestamp etc is of course up
to the application as well.

--
Heikki Linnakangas
EnterpriseDB http://www.enterprisedb.com

In response to

Browse pgsql-committers by date

  From Date Subject
Next Message Marc G. Fournier 2007-10-10 11:49:40 Re: [COMMITTERS] pgsql: Added the Skytools extended transaction ID module to contrib as
Previous Message Stefan Kaltenbrunner 2007-10-10 11:01:54 Re: Skytools committed without hackers discussion/review