Re: Obfuscating SQL stored procs
From: John Puopolo (john.puopolo_at_fastsearch.com.nospam)
Date: 02/02/05
- Next message: Alexander Baumgart via SQLMonster.com: "sqlmangr.exe and instance_name"
- Previous message: Paul Aspinall: "Obfuscating SQL stored procs"
- In reply to: Paul Aspinall: "Obfuscating SQL stored procs"
- Next in thread: Andrea Montanari: "Re: Obfuscating SQL stored procs"
- Messages sorted by: [ date ] [ thread ]
Date: Wed, 2 Feb 2005 11:28:59 -0500
Paul:
One thing you could do is have the real SP names in a resource file that you
encrypt. The application then reads the SP name (accessing it by number,
perhaps) from the resource file, decrypts it and then generates the call to
the SP.
John
"Paul Aspinall" <paul@aspy.co.uk> wrote in message
news:f47Md.205$89.134@fe3.news.blueyonder.co.uk...
> Hi
> I have developed a C# app which uses SQL Stored procs... which I plan to
> deploy as a single / low user version on MSDE.
>
> My SP's all have 'meaningful' names. However, as I want to protect my app
as
> much as possible, is it possible to 'obfuscate' the SQL SP names??
> I know I could do this manually, but then I may lose the 'ease of
> development' due to meaningless SP names...
>
> I already plan to encrypt the SP's themselves, but want to obfuscate the
> names also.
>
> I would, ideally, like to run my code through an obfuscator, and have it
> obfuscate code, and also obfuscate the SP's to a 'deploy' DB.
>
> Does anyone know of a suitable package??
>
> Thanks
>
>
> Paul
>
>
- Next message: Alexander Baumgart via SQLMonster.com: "sqlmangr.exe and instance_name"
- Previous message: Paul Aspinall: "Obfuscating SQL stored procs"
- In reply to: Paul Aspinall: "Obfuscating SQL stored procs"
- Next in thread: Andrea Montanari: "Re: Obfuscating SQL stored procs"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|