Re: Converting BYTEA from/to BIGINT

Поиск
Список
Период
Сортировка
От Dimitri Fontaine
Тема Re: Converting BYTEA from/to BIGINT
Дата
Msg-id 87iq41qnxd.fsf@hi-media-techno.com
обсуждение исходный текст
Ответ на Re: Converting BYTEA from/to BIGINT  (Vincenzo Romano <vincenzo.romano@notorand.it>)
Ответы Re: Converting BYTEA from/to BIGINT  (Vincenzo Romano <vincenzo.romano@notorand.it>)
Список pgsql-general
Vincenzo Romano <vincenzo.romano@notorand.it> writes:
> Now, why doing this?
> I am using a plain SEQUENCE to create a (kind of) "session ID". That
> is simple but predictable.
> The idea is to use this function in conjunction with encrypt (from
> pgcrypto) and the blowfish algorithm
> to make that sequence numbers somehow unpredictable.
> I'm pretty sure there are better (or at least easier) solutions out
> there, but there needs to be also some fun
> in here.

I think you'd be interested into the following:

 http://wiki.postgresql.org/wiki/Pseudo_encrypt

Regards,
--
dim

В списке pgsql-general по дате отправления:

Предыдущее
От: "Davor J."
Дата:
Сообщение: Re: Inheritance and trigger/FK propagation
Следующее
От: Dimitri Fontaine
Дата:
Сообщение: Re: Integral PG DB replication