Which technique should I use to encrypt/decrypt data in MS Access database file?
Posted
by
HelpNeeder
on Stack Overflow
See other posts from Stack Overflow
or by HelpNeeder
Published on 2011-11-23T01:34:52Z
Indexed on
2011/11/23
1:50 UTC
Read the original article
Hit count: 186
I am working on final project for my C# class. My project is a password management program. As I first thought to use just encrypting/decrypting file in AES but my professor pointed out that MS Access database would be much better choice.
My question is: how would I encrypt data in database using code I already have? So day I am referring to this article ( gutgames.com/post/AES-Encryption-in-C.aspx ) which works perfect and I can encrypt/decrypt data. Should I use thus code to encrypt ms access file? please post some useful links how would I encrypt my data.
© Stack Overflow or respective owner