Click here to Skip to main content
15,902,114 members
Home / Discussions / C#
   

C#

 
GeneralRe: overload operator++ for a struct Pin
mabo4217-Apr-07 4:12
mabo4217-Apr-07 4:12 
AnswerRe: overload operator++ for a struct Pin
Guffa17-Apr-07 21:35
Guffa17-Apr-07 21:35 
QuestionError saving Arabic text Pin
Muammar©16-Apr-07 23:44
Muammar©16-Apr-07 23:44 
AnswerRe: Error saving Arabic text Pin
Christian Graus17-Apr-07 0:25
protectorChristian Graus17-Apr-07 0:25 
Questionis it possible to get the fixed length encrypted string from Rijndael encryption algorithm or any alogorithm Pin
Kusumasrinivas16-Apr-07 23:12
Kusumasrinivas16-Apr-07 23:12 
AnswerRe: is it possible to get the fixed length encrypted string from Rijndael encryption algorithm or any alogorithm Pin
Pete O'Hanlon16-Apr-07 23:18
mvePete O'Hanlon16-Apr-07 23:18 
GeneralRe: is it possible to get the fixed length encrypted string from Rijndael encryption algorithm or any alogorithm Pin
Dan Neely17-Apr-07 2:09
Dan Neely17-Apr-07 2:09 
AnswerRe: is it possible to get the fixed length encrypted string from Rijndael encryption algorithm or any alogorithm Pin
Christian Graus17-Apr-07 0:09
protectorChristian Graus17-Apr-07 0:09 
Kusumasrinivas wrote:
Is it possible to generate the encrypted string(output of maximum 15 characters) of fixed length using Rijndael encryption or any other symmetric algorithm?


Of course it is. If the algorithm you want is not in the system.cryptography namespace, then you need to write an implimentation of it. If the algorithm generates < 15 chars, it's not very secure. You can truncate a string to 15 chars, which, again, makes it less unique, obviously.


Christian Graus - Microsoft MVP - C++
Metal Musings - Rex and my new metal blog
"I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )

QuestionBadImageFormatException Pin
Gareth H16-Apr-07 22:58
Gareth H16-Apr-07 22:58 
AnswerRe: BadImageFormatException Pin
Pete O'Hanlon16-Apr-07 23:42
mvePete O'Hanlon16-Apr-07 23:42 
GeneralRe: BadImageFormatException [modified] Pin
Gareth H16-Apr-07 23:49
Gareth H16-Apr-07 23:49 
GeneralRe: BadImageFormatException Pin
Pete O'Hanlon17-Apr-07 2:43
mvePete O'Hanlon17-Apr-07 2:43 
GeneralRe: BadImageFormatException Pin
Gareth H17-Apr-07 4:04
Gareth H17-Apr-07 4:04 
GeneralRe: BadImageFormatException Pin
Pete O'Hanlon17-Apr-07 4:21
mvePete O'Hanlon17-Apr-07 4:21 
QuestionData Entry in DataGridView in winforms.net 2.0 Pin
Sendilkumar.M16-Apr-07 22:46
Sendilkumar.M16-Apr-07 22:46 
QuestionScaling issues in Winforms.net Pin
Sendilkumar.M16-Apr-07 22:39
Sendilkumar.M16-Apr-07 22:39 
QuestionGet a window of other application topmost Pin
outerlimit16-Apr-07 21:39
outerlimit16-Apr-07 21:39 
AnswerRe: Get a window of other application topmost [modified] Pin
kkun16-Apr-07 22:03
kkun16-Apr-07 22:03 
AnswerRe: Get a window of other application topmost Pin
Christian Graus16-Apr-07 22:30
protectorChristian Graus16-Apr-07 22:30 
AnswerRe: Get a window of other application topmost Pin
Martin#16-Apr-07 22:41
Martin#16-Apr-07 22:41 
QuestionC# and DirectShow Pin
Evgeni5716-Apr-07 20:41
Evgeni5716-Apr-07 20:41 
AnswerRe: C# and DirectShow Pin
Sathesh Sakthivel16-Apr-07 20:53
Sathesh Sakthivel16-Apr-07 20:53 
GeneralRe: C# and DirectShow Pin
Evgeni5716-Apr-07 22:07
Evgeni5716-Apr-07 22:07 
AnswerRe: C# and DirectShow Pin
Christian Graus16-Apr-07 22:27
protectorChristian Graus16-Apr-07 22:27 
QuestionIntegrating C# and OpenGl Pin
a_david12316-Apr-07 19:55
a_david12316-Apr-07 19:55 

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.