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/ ---------------------------(end of broadcast)--------------------------- TIP 4: Have you searched our list archives? http://archives.postgresql.org/