Hi,
I wish to run a stored procedure which will verify a digital signature on some data and return a pass or fail.
Is there a way for me to ensure that the stored procedure returning the result is one created by me rather than one created by someone else that always returns a pass without checking the digital signature
I know i can encrypt stored procedures but these encryptions can be broken with a profiler/ debugger.
Thanks,
Ewen