What do you mean by:
"but I don't know how to add something to the dictionary while the program is running"?

sravan953
Recommended Answers
Jump to PostOne thing you might want to consider is writing the code so that the users password isn't stored in clear text. The way to do this is to hash the user's password with a cryptographic algorithm and store that. Then you hash the password that the user provides at logon …
All 4 Replies
InsaneVr6 0 Light Poster
Archenemie 2 Junior Poster
mn_kthompson 3 Junior Poster
mn_kthompson 3 Junior Poster
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.