DidiSoft MsSqlPGP is a set of user defined Transact-SQL (T-SQL) routines for the MS/SQL Server database platform, providing OpenPGP cryptography functionality as defined in the OpenPGP standard (RFC 4880 and RFC 6637).
Tutorial:
Online Tutorial and Examples in T-SQL
Current version 1.1
Build date 09 October 2020
Supported MS SQL Server versions:
2012, 2014, 2016, 2019
Functionality in brief
The package provides T-SQL procedures and functions for OpenPGP encrypting/decrypting, signing/verifying over varchar, varbinary data and external files. Keys can be used by specifying server file paths or by loading them from varchar fields. The provided set of functions are equivalent to the PostgreSQL database pgcrypto module.
Licensing
The product is licensed per server or for a whole Enterprise (unlimited number of servers)
Trial version limitations
30 days evaluation copy
Online tutorial
T-SQL samples and code