Hello,
Is it possible to encrypt MS Access database so that we can still access database record through web interface?
__________________
Zeeshan Dar
itHighway - Please login or register to view this content. Registration is FREE | Please login or register to view this content. Registration is FREE
Sure. I would use a symmetric encryption algorithm, and then persist the data in base64 inside text fields. Then you simply decrypt it while it's being accessed through the web.