Hello everyone.

I'd like to create a small application an technician would use in the 
field to alter a client's  licenses without the need to call the office 
(or be connected to the office over the Internet). I'm planing on 
shipping this application as an exe that would request an user name and 
a password. It will use the user name and password to build a "key" that 
will be used to decrypt the program's second stage (a DLL). Next it will 
load that DLL and call a routine (suppling the user name and password so 
the DLL can do an other round of validation and decripting of the 
"data"). My question is, as the subject line says: Is there a way to 
"load" this DLL without saving it on disk? Saving this DLL to the disk 
is a (very small) security risk because the application might be run on 
the client's computer and it might be left behind!
__________________________________________________
Delphi-Talk mailing list -> [email protected]
http://www.elists.org/mailman/listinfo/delphi-talk

Reply via email to