RSA PKCS #1 v2.1 functions for PostgreSQL

Поиск
Список
Период
Сортировка
От Ron Peterson
Тема RSA PKCS #1 v2.1 functions for PostgreSQL
Дата
Msg-id 20071016144340.GA27904@yellowbank.com
обсуждение исходный текст
Список pgsql-general
I've put up working code which implements the RSA PKCS #1 v2.1 public
key cryptography standard in PostgreSQL.  This includes key generation,
encryption/decryption, and signing/verification.

http://www.rsa.com/rsalabs/node.asp?id=2125
http://www.yellowbank.com/code/PostgreSQL/y_pkcs/

This is alpha quality code.  Your comments on anything and everything
would be much appreciated.  What should the interface look like?  Does
this work on BSD (my testing to date has been on Linux).  How could I
improve my code?

There's more to do, but this is far enough along that I'd like to make
it available.

--
Ron Peterson
https://www.yellowbank.com/

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

Предыдущее
От: "Albe Laurenz"
Дата:
Сообщение: Re: Inconsistence in transaction isolation docs
Следующее
От: Nico Sabbi
Дата:
Сообщение: Re: Inconsistence in transaction isolation docs