I expect that this has been asked before - in which case I apologise.
I need to make it difficult and ideally impossible for someone to view/extract the data from an Access database without suitable passwords. The application is installed in about 100 shops across the UK and we can't dictate to the users how their PC/network is set up so I don't think we can use windows security.
The usual password protection seems very weak as it can be cracked in minutes using free software.
We thought of writing encryption routines that would sit between the VB.NET application that uses the database and the actual data but that seems to create a raft other other issues.
Any help and advice would be wlecomed.
Thanks
Mike
I need to make it difficult and ideally impossible for someone to view/extract the data from an Access database without suitable passwords. The application is installed in about 100 shops across the UK and we can't dictate to the users how their PC/network is set up so I don't think we can use windows security.
The usual password protection seems very weak as it can be cracked in minutes using free software.
We thought of writing encryption routines that would sit between the VB.NET application that uses the database and the actual data but that seems to create a raft other other issues.
Any help and advice would be wlecomed.
Thanks
Mike
Comment