Click here to Skip to main content
15,886,873 members
Home / Discussions / C#
   

C#

 
GeneralProperty returns Collection Pin
Member 1697717-Feb-03 18:08
Member 1697717-Feb-03 18:08 
GeneralWindows Form and Command Line Pin
Braincrash17-Feb-03 16:47
Braincrash17-Feb-03 16:47 
GeneralRe: Windows Form and Command Line Pin
jtmtv1817-Feb-03 19:33
jtmtv1817-Feb-03 19:33 
GeneralRe: Windows Form and Command Line Pin
Braincrash18-Feb-03 7:02
Braincrash18-Feb-03 7:02 
GeneralRe: Windows Form and Command Line Pin
jtmtv1818-Feb-03 11:28
jtmtv1818-Feb-03 11:28 
GeneralRe: Windows Form and Command Line Pin
Braincrash18-Feb-03 13:59
Braincrash18-Feb-03 13:59 
Generalchanging encryption password size Pin
jtmtv1817-Feb-03 15:22
jtmtv1817-Feb-03 15:22 
GeneralRe: changing encryption password size Pin
Furty17-Feb-03 17:01
Furty17-Feb-03 17:01 
The DES algorithm supports only 64 bit (actually, 56 bit but that's a whole other story) keys. If you're wanting stronger encryption look at some of the other crypto providers in the .Net framework:

RC2 supports 128 bit keys
Triple DES supports 192 bit keys (actually not 192 bit..)
Rijndael supports 128, 192 and 256 bit keys.

The reality is that DES is so easy to break you may as well not encrypt your data at all - I would never suggest using it.

Refer to my post in the next thread re: generating a key from a string password if you're not sure on how to do this.
GeneralRe: changing encryption password size Pin
jtmtv1817-Feb-03 19:31
jtmtv1817-Feb-03 19:31 
GeneralRe: changing encryption password size Pin
Furty18-Feb-03 9:40
Furty18-Feb-03 9:40 
GeneralRe: changing encryption password size Pin
jtmtv1818-Feb-03 12:10
jtmtv1818-Feb-03 12:10 
GeneralSecurity question Pin
Omega50117-Feb-03 13:30
Omega50117-Feb-03 13:30 
GeneralRe: Security question Pin
jtmtv1817-Feb-03 13:46
jtmtv1817-Feb-03 13:46 
GeneralRe: Security question Pin
Omega50117-Feb-03 14:07
Omega50117-Feb-03 14:07 
GeneralRe: Security question Pin
jtmtv1817-Feb-03 14:16
jtmtv1817-Feb-03 14:16 
GeneralRe: Security question Pin
Omega50117-Feb-03 15:21
Omega50117-Feb-03 15:21 
GeneralRe: Security question Pin
Furty17-Feb-03 16:55
Furty17-Feb-03 16:55 
GeneralReading Files From Offset Pin
afronaut17-Feb-03 13:19
afronaut17-Feb-03 13:19 
GeneralRe: Reading Files From Offset Pin
Xpander17-Feb-03 16:14
Xpander17-Feb-03 16:14 
GeneralRe: Reading Files From Offset Pin
Wesner Moise17-Feb-03 16:21
Wesner Moise17-Feb-03 16:21 
GeneralRe: Reading Files From Offset Pin
afronaut18-Feb-03 2:43
afronaut18-Feb-03 2:43 
GeneralRe: Reading Files From Offset Pin
Furty17-Feb-03 17:05
Furty17-Feb-03 17:05 
Questionprinting in .net problem? Pin
zhoujun17-Feb-03 13:13
zhoujun17-Feb-03 13:13 
GeneralMethod lock Pin
Filip Strugar17-Feb-03 12:55
Filip Strugar17-Feb-03 12:55 
GeneralRe: Method lock Pin
Wesner Moise17-Feb-03 16:03
Wesner Moise17-Feb-03 16:03 

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.