Click here to Skip to main content
15,896,509 members
Home / Discussions / C#
   

C#

 
GeneralRe: windows service scheduler Pin
Manas Bhardwaj19-Jun-07 22:39
professionalManas Bhardwaj19-Jun-07 22:39 
GeneralRe: windows service scheduler Pin
arkiboys19-Jun-07 22:58
arkiboys19-Jun-07 22:58 
GeneralRe: windows service scheduler Pin
arkiboys19-Jun-07 23:04
arkiboys19-Jun-07 23:04 
GeneralRe: windows service scheduler Pin
SimulationofSai20-Jun-07 0:18
SimulationofSai20-Jun-07 0:18 
AnswerRe: windows service scheduler Pin
Joseph Guadagno20-Jun-07 4:08
Joseph Guadagno20-Jun-07 4:08 
QuestionXAML extension question Pin
Super Lloyd19-Jun-07 21:44
Super Lloyd19-Jun-07 21:44 
QuestionData Encrypt and Decrypt? Pin
mimilaw19-Jun-07 21:35
mimilaw19-Jun-07 21:35 
AnswerRe: Data Encrypt and Decrypt? Pin
Sathesh Sakthivel19-Jun-07 21:55
Sathesh Sakthivel19-Jun-07 21:55 
mimilaw wrote:
Does any other method to Encrypt and decrypt data in a shorter way?


ECB(Electronic Code Book).

The ECB mode encrypts each block individually. This means that any block of the plain text that are identical and are in the same message or even in a different message but encrypted with the same key, will be transformed into identical cipher text blocks. If the plain text to be encrypted contains substantial repetition, it is feasible for the cipher text to be broken one block at a time. Also it is possible for an active adversary to substitute and exchange individual blocks without detection. If a single bit of the cipher text block is mangled, the entire corresponding plain text block will be mangled.


Regards,

Satips.Rose | [Rose]

QuestionHow to import ActiveX control in the form? [modified] Pin
$uresh $hanmugam19-Jun-07 21:24
$uresh $hanmugam19-Jun-07 21:24 
AnswerRe: How to import ActiveX control in the form? Pin
Mali Perica19-Jun-07 21:44
Mali Perica19-Jun-07 21:44 
QuestionRegd Serialization Pin
vikasviswan19-Jun-07 21:10
vikasviswan19-Jun-07 21:10 
AnswerRe: Regd Serialization Pin
Sandeep Akhare19-Jun-07 21:24
Sandeep Akhare19-Jun-07 21:24 
AnswerRe: Regd Serialization Pin
Sathesh Sakthivel19-Jun-07 21:34
Sathesh Sakthivel19-Jun-07 21:34 
AnswerRe: Regd Serialization Pin
PandemoniumPasha20-Jun-07 0:21
PandemoniumPasha20-Jun-07 0:21 
QuestionRe: Regd Serialization Pin
vikasviswan20-Jun-07 0:30
vikasviswan20-Jun-07 0:30 
Questionmouse hook [modified] Pin
trecee_jhnsn19-Jun-07 20:27
trecee_jhnsn19-Jun-07 20:27 
Questiongetting data via DialUp Pin
Assaf Dar19-Jun-07 19:30
Assaf Dar19-Jun-07 19:30 
QuestionMDI Closing Statement Pin
*** AAMP ***19-Jun-07 19:16
*** AAMP ***19-Jun-07 19:16 
AnswerRe: MDI Closing Statement Pin
Nouman Bhatti19-Jun-07 20:20
Nouman Bhatti19-Jun-07 20:20 
GeneralRe: MDI Closing Statement Pin
*** AAMP ***19-Jun-07 22:34
*** AAMP ***19-Jun-07 22:34 
AnswerRe: MDI Closing Statement [modified] Pin
gumi_r@msn.com19-Jun-07 23:54
gumi_r@msn.com19-Jun-07 23:54 
Questioncan u convert this vb.net code into c#.net Pin
srinivassam19-Jun-07 18:45
srinivassam19-Jun-07 18:45 
AnswerRe: can u convert this vb.net code into c#.net Pin
Christian Graus19-Jun-07 19:05
protectorChristian Graus19-Jun-07 19:05 
Questionwriting to appconfig file Pin
justintimberlake19-Jun-07 18:41
justintimberlake19-Jun-07 18:41 
AnswerRe: writing to appconfig file Pin
Sathesh Sakthivel19-Jun-07 18:42
Sathesh Sakthivel19-Jun-07 18:42 

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.