Click here to Skip to main content
15,885,651 members
Home / Discussions / C#
   

C#

 
QuestionWhy xml line highlighted yellow in IDE? Pin
Member 9618-Feb-03 16:20
Member 9618-Feb-03 16:20 
AnswerRe: Why xml line highlighted yellow in IDE? Pin
Furty18-Feb-03 16:27
Furty18-Feb-03 16:27 
GeneralRe: Why xml line highlighted yellow in IDE? Pin
Member 9618-Feb-03 16:40
Member 9618-Feb-03 16:40 
GeneralRe: Why xml line highlighted yellow in IDE? Pin
Atul Kale19-Feb-03 7:19
Atul Kale19-Feb-03 7:19 
GeneralRe: Why xml line highlighted yellow in IDE? Pin
Member 9619-Feb-03 12:12
Member 9619-Feb-03 12:12 
GeneralRe: Why xml line highlighted yellow in IDE? Pin
David Stone19-Feb-03 12:02
sitebuilderDavid Stone19-Feb-03 12:02 
GeneralRe: Why xml line highlighted yellow in IDE? Pin
Member 9619-Feb-03 12:16
Member 9619-Feb-03 12:16 
Generalcryptography question Pin
jtmtv1818-Feb-03 14:23
jtmtv1818-Feb-03 14:23 
i have set up a new member of the RC2CryptoServiceProvider. im trying to enhance the security of my program further by generating a random saltbyte using the RNGCryptoServiceProvider class. it works fine to generate the random file in a byte using the following code :
byte[] random = new Byte[100];<br />
RNGCryptoServiceProvider rng = new RNGCryptoServiceProvider();<br />
rng.GetBytes(random);


my question is...i can encrypt with this method and random salt bytes...but since they are random how can i call apon them when decrypting ? if you dont decrypt with the same bytes then you get a encryptiong "bad data" error. how can i safely get the bytes used for encrypting to my decryptiong method.

im trying my best to make a clear question out of this problem if it wasnt clear enough let me know and ill try to clearify.

thanks alot,

Jesse M

P.s furty i know you know the awnser...

The Code Project Is Your Friend...
GeneralRe: cryptography question Pin
Furty18-Feb-03 16:09
Furty18-Feb-03 16:09 
GeneralRe: cryptography question Pin
jtmtv1818-Feb-03 16:57
jtmtv1818-Feb-03 16:57 
GeneralPassing various Controls by ref Pin
draco_iii18-Feb-03 10:56
draco_iii18-Feb-03 10:56 
GeneralRe: Passing various Controls by ref Pin
Nnamdi Onyeyiri18-Feb-03 11:29
Nnamdi Onyeyiri18-Feb-03 11:29 
GeneralRe: Passing various Controls by ref Pin
Kannan Kalyanaraman18-Feb-03 19:00
Kannan Kalyanaraman18-Feb-03 19:00 
GeneralRe: Passing various Controls by ref Pin
leppie18-Feb-03 23:14
leppie18-Feb-03 23:14 
GeneralRe: Passing various Controls by ref Pin
Richard Deeming19-Feb-03 0:49
mveRichard Deeming19-Feb-03 0:49 
GeneralA tough design decision Pin
Chris Austin18-Feb-03 8:28
Chris Austin18-Feb-03 8:28 
GeneralRe: A tough design decision Pin
Philip Fitzsimons19-Feb-03 1:55
Philip Fitzsimons19-Feb-03 1:55 
GeneralRe: A tough design decision Pin
Chris Austin19-Feb-03 3:59
Chris Austin19-Feb-03 3:59 
GeneralRe: A tough design decision Pin
Stephane Rodriguez.19-Feb-03 3:05
Stephane Rodriguez.19-Feb-03 3:05 
GeneralRe: A tough design decision Pin
Chris Austin19-Feb-03 3:48
Chris Austin19-Feb-03 3:48 
QuestionRecommendations for a commercial .NET Grid product? Pin
Zombies with Coffee, LLC18-Feb-03 5:38
professionalZombies with Coffee, LLC18-Feb-03 5:38 
AnswerRe: Recommendations for a commercial .NET Grid product? Pin
Nnamdi Onyeyiri18-Feb-03 6:44
Nnamdi Onyeyiri18-Feb-03 6:44 
AnswerRe: Recommendations for a commercial .NET Grid product? Pin
Kannan Kalyanaraman18-Feb-03 19:05
Kannan Kalyanaraman18-Feb-03 19:05 
AnswerRe: Recommendations for a commercial .NET Grid product? Pin
Alexander Kojevnikov19-Feb-03 6:39
Alexander Kojevnikov19-Feb-03 6:39 
GeneralRe: Recommendations for a commercial .NET Grid product? Pin
Atul Kale20-Feb-03 3:52
Atul Kale20-Feb-03 3:52 

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.