Click here to Skip to main content
16,005,141 members
Home / Discussions / C#
   

C#

 
GeneralRe: dll reference Pin
Peterson Luiz24-Jan-08 8:17
Peterson Luiz24-Jan-08 8:17 
GeneralRe: dll reference Pin
Gareth H23-Jan-08 8:29
Gareth H23-Jan-08 8:29 
GeneralRe: dll reference Pin
Peterson Luiz24-Jan-08 8:20
Peterson Luiz24-Jan-08 8:20 
GeneralRe: dll reference Pin
Brad Grace24-Jan-08 15:51
Brad Grace24-Jan-08 15:51 
QuestionEncrypting a stream Pin
Schokoolero23-Jan-08 7:18
Schokoolero23-Jan-08 7:18 
GeneralRe: Encrypting a stream Pin
Giorgi Dalakishvili23-Jan-08 7:51
mentorGiorgi Dalakishvili23-Jan-08 7:51 
GeneralRe: Encrypting a stream Pin
Schokoolero23-Jan-08 8:17
Schokoolero23-Jan-08 8:17 
GeneralRe: Encrypting a stream Pin
DaveyM6923-Jan-08 9:14
professionalDaveyM6923-Jan-08 9:14 
Some encryption methods always give a fixed length (I'm thinking of PHP's MD5 function). You could maybe encrypt the password you choose using something like that and then use that to do the Rijndael thing.

There's quite a few examples of MD5 PHP style encryption if you google but (from experience) check them carefully as I've found with some they don't always work properly. I remember one I tried that didn't give a leading Hex zero for bytes less than 16 (decimal) so what should have been
0A0A0A0A0A0A0A0A came out as AAAAAAAA - not fixed length.

I haven't tried it but this[^] one looks ok.
GeneralRe: Encrypting a stream Pin
Skippums23-Jan-08 10:35
Skippums23-Jan-08 10:35 
QuestionExtending Hashtable - is there a better way? [modified] Pin
Clive D. Pottinger23-Jan-08 6:59
Clive D. Pottinger23-Jan-08 6:59 
GeneralRe: Extending Hashtable - is there a better way? Pin
engsrini23-Jan-08 8:43
engsrini23-Jan-08 8:43 
GeneralCreating a WPF app with notpad and command-line compiler. Pin
CataclysmicQuantum23-Jan-08 6:29
CataclysmicQuantum23-Jan-08 6:29 
GeneralRe: Creating a WPF app with notpad and command-line compiler. Pin
led mike23-Jan-08 6:54
led mike23-Jan-08 6:54 
GeneralRe: Creating a WPF app with notpad and command-line compiler. Pin
CataclysmicQuantum23-Jan-08 7:03
CataclysmicQuantum23-Jan-08 7:03 
GeneralRe: Creating a WPF app with notpad and command-line compiler. Pin
led mike23-Jan-08 7:19
led mike23-Jan-08 7:19 
GeneralRe: Creating a WPF app with notpad and command-line compiler. Pin
CataclysmicQuantum23-Jan-08 7:37
CataclysmicQuantum23-Jan-08 7:37 
GeneralRe: Creating a WPF app with notpad and command-line compiler. Pin
NormDroid25-Jan-08 10:05
professionalNormDroid25-Jan-08 10:05 
GeneralName of DLL [SOLVED] Pin
#realJSOP23-Jan-08 5:24
professional#realJSOP23-Jan-08 5:24 
GeneralRe: Name of DLL [SOLVED] Pin
Justin Perez23-Jan-08 5:37
Justin Perez23-Jan-08 5:37 
QuestionGenerics [modified] Pin
ArneKruger23-Jan-08 4:06
ArneKruger23-Jan-08 4:06 
GeneralRe: Generics Pin
Alan Balkany23-Jan-08 4:18
Alan Balkany23-Jan-08 4:18 
GeneralRe: Generics [modified] Pin
ArneKruger23-Jan-08 4:31
ArneKruger23-Jan-08 4:31 
GeneralRe: Generics Pin
Alan Balkany23-Jan-08 4:40
Alan Balkany23-Jan-08 4:40 
GeneralRe: Generics Pin
Pete O'Hanlon23-Jan-08 4:35
mvePete O'Hanlon23-Jan-08 4:35 
GeneralRe: Generics Pin
led mike23-Jan-08 4:37
led mike23-Jan-08 4:37 

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.