View previous topic :: View next topic |
Author |
Message |
sfinch
Joined: 23 Jul 2013 Posts: 2 Location: United Kingdom
|
Posted: Tue Mar 15, 2016 9:43 am Post subject: Using .NET Encryptor to Encyrpt the Bootstrap |
|
|
Is it possible to Encrpyt the bootstrap application so that itself is an encrypted assembly which will be bootstraped to hide the names of the resource assemblies that have been encypted on the first instance?
I hope this makes sense?
Best Regards
Simon |
|
Back to top |
|
|
Infralution
Joined: 28 Feb 2005 Posts: 5027
|
Posted: Tue Mar 15, 2016 10:00 pm Post subject: |
|
|
I think it would be possible to encrypt the Bootstrap and have another Bootstrap application start it - but where do you stop - and this wouldn't actually make the solution any more secure.
You can change the name of the encrypted resource for the executable assembly - although other referenced encrypted assemblies are loaded based on their names so these can't be changed. _________________ Infralution Support |
|
Back to top |
|
|
|