Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to do encryption... 1

Status
Not open for further replies.

tpremore

Technical User
Apr 13, 2001
22
0
0
US
Is there a good "built-in" way to do file encryption
with MS Visual C++?

What is the best way to do this?

My goal is to create a simple user login screen
for my application, and I want to encrypt the passwords.
 
The easiest way to do this is to use a database and store the passwords as a byte field, so that the users cannot see it, or you will have to create a class and the persist the class in a file. The data will not be visible.

Welcome to the Pythian Games!
Long live Godess Athena!
dArktEmplAr of Delphi Oracle
 
Since Byte data is pretty easy to read and translate, I would recomment that you usethe WIN32 Crypto APIs. - Jeff Marler B-)
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top