otherside
Centurion
Data Encryption (Urgent)
Hello guys, i have some questions for the experts
I'm building a couple of aplications that deal with databases and lots of data for academic and comercial use. I need some of the data to be encrypted and lots of other texts too(passwords etc.)
Here is what i need your expertise at:
What is the best way to store passwords and the big question WHERE ? (file, registry, system variables, system files ? )
What is the most secure way to encrypt some text and store it to a file ?
(My only experience is with the very very simple DES system of .NET, which as of what i understand can be decrypted by anyone as it doesn't use keys)
Please refer to some examples or whatever if possible.
The mdb file, as a database i'm using the Oledb driver with simple MS access file.
How can i lock this file , or encrypt it or something, that will make it unreadable by someone besides the program.
(Note it's quite big 5-20 MB.)
Thanks guys.
Hello guys, i have some questions for the experts
I'm building a couple of aplications that deal with databases and lots of data for academic and comercial use. I need some of the data to be encrypted and lots of other texts too(passwords etc.)
Here is what i need your expertise at:
What is the best way to store passwords and the big question WHERE ? (file, registry, system variables, system files ? )
What is the most secure way to encrypt some text and store it to a file ?
(My only experience is with the very very simple DES system of .NET, which as of what i understand can be decrypted by anyone as it doesn't use keys)
Please refer to some examples or whatever if possible.
The mdb file, as a database i'm using the Oledb driver with simple MS access file.
How can i lock this file , or encrypt it or something, that will make it unreadable by someone besides the program.
(Note it's quite big 5-20 MB.)
Thanks guys.