Thread: RSA PKCS #1 v2.1 functions for PostgreSQL

RSA PKCS #1 v2.1 functions for PostgreSQL

From
Ron Peterson
Date:
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/