1 / 4

What do Renaming Styles do?

What do Renaming Styles do?. When an assembly is added it automatically gets assigned a new name for when it is encrypted into a .lox file. This is done because for the AssemblyLockbox.dll to work .Net must not be able to find the original .dll it is looking for by name.

amina
Télécharger la présentation

What do Renaming Styles do?

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. What do Renaming Styles do?

  2. When an assembly is added it automatically gets assigned a new name for when it is encrypted into a .lox file. This is done because for the AssemblyLockbox.dll to work .Net must not be able to find the original .dll it is looking for by name. So by default when you add an assembly it retains its’ current name but with the extension changed from .dll to .lox.

  3. You can also change the default to GUID + LOX Extension. This will not only change the file extension, but will also change the file name itself to a GUID. The advantage of this is it makes it even more difficult for an intruder to figure out which lox files represent which dlls. The harder you make it on the intruder the safer you make your code.

  4. At any time you can change the Naming Style, select an assembly from the list, and then click the [RESET] button. This resets the name of the assembly to what it should be based on the current selection under the Renaming Style menu.

More Related