Impersonation

no idea if it is possible but : how can i do an impersonation and connect to a server file-share. This share has a dedicated user and must stay hidden for all means, only from the program i am allowed to access the files in it with this dedicated useraccount-impersonation.

regards Filip

there are many types of file shares.
basically you would use a library where you input the authentication and then you can access the data.

There is no secure way to hide which account connects to which server.
If someone wants to get this data and gains access to your app while it is running, they will get this data. And even if that is not possible, it would be possible to sniff out a large part of the information via the network connection.

All you can do is try to make it as difficult as possible for an attacker by using certificates, encryption, obfuscation and deception…

1 Like