G
Guest
I have vendore application written in VB and Access mdb as backend. As this
mdb file used as local (disconnected client) for each end user. This mdb file
are on the laptop and contains some confedential information. If this laptop
got stolen we are in big trouble.
So for this I want to encrypt mdb file while application is not running and
decrypt when user is working on it. As this is vendor application I don't
have source code for it and vendor is no longer supporting this. They ask for
huge money to do this changes.
Now my question is that Is there anyway I can achive this writting wraper
around application and use Windows EFS api to encrypt data? I am new to
Windows EFS as well as wraper kind of application which basically monitor
process and when it ends encrypt the data on specific folder? Is there any
ohter way I can do this? Please help.
mdb file used as local (disconnected client) for each end user. This mdb file
are on the laptop and contains some confedential information. If this laptop
got stolen we are in big trouble.
So for this I want to encrypt mdb file while application is not running and
decrypt when user is working on it. As this is vendor application I don't
have source code for it and vendor is no longer supporting this. They ask for
huge money to do this changes.
Now my question is that Is there anyway I can achive this writting wraper
around application and use Windows EFS api to encrypt data? I am new to
Windows EFS as well as wraper kind of application which basically monitor
process and when it ends encrypt the data on specific folder? Is there any
ohter way I can do this? Please help.