Click here to Skip to main content
16,014,871 members
Home / Discussions / C#
   

C#

 
AnswerRe: Storing Password Pin
MumbleB8-Nov-09 0:48
MumbleB8-Nov-09 0:48 
GeneralRe: Storing Password Pin
Saksida Bojan8-Nov-09 0:59
Saksida Bojan8-Nov-09 0:59 
GeneralRe: Storing Password Pin
Ghydo8-Nov-09 1:52
Ghydo8-Nov-09 1:52 
GeneralRe: Storing Password Pin
Saksida Bojan8-Nov-09 6:46
Saksida Bojan8-Nov-09 6:46 
AnswerRe: Storing Password Pin
Gerry Schmitz8-Nov-09 1:03
mveGerry Schmitz8-Nov-09 1:03 
AnswerRe: Storing Password Pin
Abhishek Sur8-Nov-09 1:29
professionalAbhishek Sur8-Nov-09 1:29 
GeneralRe: Storing Password Pin
Ghydo8-Nov-09 1:51
Ghydo8-Nov-09 1:51 
GeneralRe: Storing Password Pin
Abhishek Sur8-Nov-09 1:57
professionalAbhishek Sur8-Nov-09 1:57 
Oh yes.. If the password is required exclusively by another application or Service ( As you are talking about FTP) you need to think it otherwise.

You might then use Rijndael to encrypt them with a secret key. Place the secret key into your application, so that even if the user finds data, he cant find the key in config files rather the compiled code holds them.

You can also use encryption tools to encrypt the whole config files too. But in that case the actual motive to change the configuration couldnt be achieved very easily.

If you need the code on how to use Rijndael Encryption, I can help you in this too.
Rose | [Rose]

Abhishek Sur
Don't forget to click "Good Answer" if you like this Solution.
My Latest Articles-->

Simplify Code Using NDepend
Basics of Bing Search API using .NET
Microsoft Bing MAP using Javascript

GeneralRe: Storing Password Pin
harold aptroot8-Nov-09 3:46
harold aptroot8-Nov-09 3:46 
GeneralRe: Storing Password Pin
Abhishek Sur8-Nov-09 3:50
professionalAbhishek Sur8-Nov-09 3:50 
GeneralRe: Storing Password Pin
harold aptroot8-Nov-09 3:52
harold aptroot8-Nov-09 3:52 
GeneralRe: Storing Password Pin
Abhishek Sur8-Nov-09 3:58
professionalAbhishek Sur8-Nov-09 3:58 
GeneralRe: Storing Password Pin
Dave Kreskowiak8-Nov-09 5:16
mveDave Kreskowiak8-Nov-09 5:16 
GeneralRe: Storing Password Pin
Abhishek Sur8-Nov-09 5:25
professionalAbhishek Sur8-Nov-09 5:25 
GeneralRe: Storing Password Pin
Ghydo8-Nov-09 5:34
Ghydo8-Nov-09 5:34 
GeneralRe: Storing Password Pin
Abhishek Sur8-Nov-09 5:38
professionalAbhishek Sur8-Nov-09 5:38 
GeneralRe: Storing Password Pin
N a v a n e e t h8-Nov-09 5:36
N a v a n e e t h8-Nov-09 5:36 
GeneralRe: Storing Password Pin
Abhishek Sur8-Nov-09 5:37
professionalAbhishek Sur8-Nov-09 5:37 
AnswerRe: Storing Password Pin
harold aptroot8-Nov-09 3:35
harold aptroot8-Nov-09 3:35 
GeneralRe: Storing Password Pin
Abhishek Sur8-Nov-09 3:50
professionalAbhishek Sur8-Nov-09 3:50 
GeneralRe: Storing Password Pin
harold aptroot8-Nov-09 3:51
harold aptroot8-Nov-09 3:51 
GeneralRe: Storing Password Pin
Abhishek Sur8-Nov-09 3:55
professionalAbhishek Sur8-Nov-09 3:55 
GeneralRe: Storing Password Pin
harold aptroot8-Nov-09 3:56
harold aptroot8-Nov-09 3:56 
AnswerRe: Storing Password Pin
PIEBALDconsult8-Nov-09 3:53
mvePIEBALDconsult8-Nov-09 3:53 
QuestionCopying Data between 2 access databases Pin
hosseinghazanfary7-Nov-09 22:01
hosseinghazanfary7-Nov-09 22:01 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.