Subject Re: [Firebird-Architect] Feature Request - Encrypted Stored Procedures
Author Mark O'Donohue
Hi Simon

Simon Carter wrote:
> Not sure if this has been raised before, I couldn't find anything when
> searching. Are there any plans to support encrypted stored procedures?
>
> Would this behaviour be possible though the security plug-in?
>

It's a good idea.

The best way to provide it would be to build the process into the
firebird engine.


Only a config entry would then be needed to use it

eg:

SealedPackage = <provider>:<package>:<decryptkey>
SealedPackage = BILBO:OrderEntry:+hRtzYb+aWrINg==


The same mechanism could also use digital signatures to verify packages
have not been modified.


Cheers

Mark