Click here to Skip to main content
15,916,835 members
Home / Discussions / C#
   

C#

 
AnswerRe: C++ to C# Pin
sthotakura17-Apr-07 7:52
sthotakura17-Apr-07 7:52 
Questionoverload operator++ for a struct Pin
peterchen17-Apr-07 0:18
peterchen17-Apr-07 0:18 
AnswerRe: overload operator++ for a struct Pin
mabo4217-Apr-07 0:42
mabo4217-Apr-07 0:42 
GeneralRe: overload operator++ for a struct Pin
peterchen17-Apr-07 2:37
peterchen17-Apr-07 2:37 
GeneralRe: overload operator++ for a struct Pin
mabo4217-Apr-07 2:58
mabo4217-Apr-07 2:58 
GeneralRe: overload operator++ for a struct Pin
peterchen17-Apr-07 4:18
peterchen17-Apr-07 4:18 
GeneralRe: overload operator++ for a struct Pin
mabo4217-Apr-07 4:29
mabo4217-Apr-07 4:29 
AnswerRe: overload operator++ for a struct Pin
Guffa17-Apr-07 3:56
Guffa17-Apr-07 3:56 
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 

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.