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!

Simple XOR encryption of string with a key 1

Status
Not open for further replies.

graabein

Programmer
Oct 9, 2002
186
0
0
NO
Hi, I have a VB6 application that does XOR encryption on a password.

I have a web service that needs to test the communication and thus encrypt the plain text password but I have no idea how to work System.Security.Crypthography in C# .NET.

No luck googling either. Can anyone help me out? All I want to do is encrypt a plain text string with a string key like;

public string DoXorEncrypt(string plainText, string key)


[elephant2]
graabein
 
there is a cryptography block in Ent Lib 1, 2, & 3. It's an MS project so it's considered heavy, but that would be a staring place.

System.Security.Crypthography on MSDN is the best place to start. from there google the name of objects, or concepts to see how other are using them.

Jason Meckley
Programmer
Specialty Bakers, Inc.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top