Click here to Skip to main content
15,915,702 members
Home / Discussions / C#
   

C#

 
GeneralRe: Save an object in sqlserver Pin
machocr21-Mar-05 8:27
machocr21-Mar-05 8:27 
GeneralRe: Save an object in sqlserver Pin
Judah Gabriel Himango21-Mar-05 8:37
sponsorJudah Gabriel Himango21-Mar-05 8:37 
GeneralRe: Save an object in sqlserver Pin
machocr21-Mar-05 9:49
machocr21-Mar-05 9:49 
GeneralRe: Save an object in sqlserver Pin
Judah Gabriel Himango21-Mar-05 10:12
sponsorJudah Gabriel Himango21-Mar-05 10:12 
GeneralRe: Save an object in sqlserver Pin
machocr22-Mar-05 6:10
machocr22-Mar-05 6:10 
GeneralRe: Save an object in sqlserver Pin
Judah Gabriel Himango22-Mar-05 6:59
sponsorJudah Gabriel Himango22-Mar-05 6:59 
Generalbetter solutions to archieve encryption and decryption of the file Pin
Shiby21-Mar-05 2:45
Shiby21-Mar-05 2:45 
GeneralRe: better solutions to archieve encryption and decryption of the file Pin
Azraelgod21-Mar-05 2:59
Azraelgod21-Mar-05 2:59 
hi Shiby

Way 2 is the only way to prevent the Client from decrypting data, but if you go that far that the user will debug your client he´ll be able to intercept the data after generating and before sending. This is a securityhole you can´t close.

If the data you want to send gets larger you should go a middle-way between 1 and 2, because with asymetric encryption you can only encrypt small blocks. (e.g. with rsa 2048 bit you can encrypt 245 byte which will result in 256 encrypted byte). Encrypting with a asymetric algorithm is also slower than a symetric one. The middleway would be then: encrypt everything with a randomly generated symetric key and encrypt only this key asymetric for passing it to the server.

Azraelgod
GeneralRe: better solutions to archieve encryption and decryption of the file Pin
Shiby21-Mar-05 4:36
Shiby21-Mar-05 4:36 
GeneralRe: better solutions to archieve encryption and decryption of the file Pin
GaMBiT_KC21-Mar-05 4:00
GaMBiT_KC21-Mar-05 4:00 
GeneralRe: better solutions to archieve encryption and decryption of the file Pin
Shiby21-Mar-05 4:34
Shiby21-Mar-05 4:34 
GeneralDouble Click event on Radio Button Pin
Dwayner7921-Mar-05 2:45
Dwayner7921-Mar-05 2:45 
GeneralRe: Double Click event on Radio Button Pin
User 25755221-Mar-05 4:34
User 25755221-Mar-05 4:34 
GeneralRe: Double Click event on Radio Button Pin
Dwayner7921-Mar-05 8:02
Dwayner7921-Mar-05 8:02 
GeneralRe: Double Click event on Radio Button Pin
Pyro Joe21-Mar-05 14:22
Pyro Joe21-Mar-05 14:22 
GeneralDataGridView Cell Access Pin
Denis_dh21-Mar-05 2:36
Denis_dh21-Mar-05 2:36 
Generalregular expressions ripping Pin
Anonymous21-Mar-05 2:33
Anonymous21-Mar-05 2:33 
GeneralRe: regular expressions ripping Pin
leppie21-Mar-05 5:54
leppie21-Mar-05 5:54 
GeneralRe: regular expressions ripping Pin
Anonymous21-Mar-05 15:11
Anonymous21-Mar-05 15:11 
GeneralAutomaticly convert VB.Net to C# Pin
Hmitosh21-Mar-05 2:03
Hmitosh21-Mar-05 2:03 
GeneralRe: Automaticly convert VB.Net to C# Pin
Dave Kreskowiak21-Mar-05 2:22
mveDave Kreskowiak21-Mar-05 2:22 
GeneralRe: Automaticly convert VB.Net to C# Pin
Dave Doknjas21-Mar-05 5:00
Dave Doknjas21-Mar-05 5:00 
GeneralTreeView Help Pin
Micu Radu21-Mar-05 1:56
Micu Radu21-Mar-05 1:56 
GeneralRe: TreeView Help Pin
Mircea Puiu21-Mar-05 5:23
Mircea Puiu21-Mar-05 5:23 
GeneralRe: TreeView Help Pin
Micu Radu21-Mar-05 5:29
Micu Radu21-Mar-05 5:29 

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.