The Artima Developer Community
Sponsored Link

Java Answers Forum
How do I avoid storing clear text passwords in text files?

2 replies on 1 page. Most recent reply: Oct 24, 2002 12:07 AM by nick

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 2 replies on 1 page
nick

Posts: 3
Nickname: thewhale
Registered: Oct, 2002

How do I avoid storing clear text passwords in text files? Posted: Oct 23, 2002 11:29 PM
Reply to this message Reply
Advertisement
What is the simplest way to avoid storing a clear text password (to a database for example) in a configuration file??

Thanks

Nick


Ramu

Posts: 29
Nickname: sripoorna
Registered: Oct, 2002

Re: How do I avoid storing clear text passwords in text files? Posted: Oct 24, 2002 12:03 AM
Reply to this message Reply
hi
store the password in an encrypted form.
while doing authentication u decript it and verify with the original password.
There are so many algorithems are available on the net
pls search through google

bye

regards
ramu

nick

Posts: 3
Nickname: thewhale
Registered: Oct, 2002

Re: How do I avoid storing clear text passwords in text files? Posted: Oct 24, 2002 12:07 AM
Reply to this message Reply
But how do I get the encrypted password in the file in the 1st place?

If the password changes and a administration person needs to set a new password, do they then have to run an encryption utility to set the password in the configuration file?

Flat View: This topic has 2 replies on 1 page
Topic: storing vectors Previous Topic   Next Topic Topic: stop an Animation

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use