Click here to Skip to main content
15,922,696 members
Home / Discussions / C#
   

C#

 
GeneralRe: SqlDateTime overflow. Must be between 1/1/1753 12:00:00 AM and 12/31/9999 11:59:59 PM. Pin
pekhaleyogesh29-Oct-07 23:53
pekhaleyogesh29-Oct-07 23:53 
AnswerRe: SqlDateTime overflow. Must be between 1/1/1753 12:00:00 AM and 12/31/9999 11:59:59 PM. Pin
Vasudevan Deepak Kumar30-Oct-07 0:40
Vasudevan Deepak Kumar30-Oct-07 0:40 
Questiondisplay javascript value on a label Pin
P_Elza29-Oct-07 22:43
P_Elza29-Oct-07 22:43 
AnswerRe: display javascript value on a label Pin
Andrei Ungureanu29-Oct-07 22:51
Andrei Ungureanu29-Oct-07 22:51 
AnswerRe: display javascript value on a label Pin
Christian Graus29-Oct-07 23:11
protectorChristian Graus29-Oct-07 23:11 
AnswerRe: display javascript value on a label Pin
Vasudevan Deepak Kumar30-Oct-07 0:41
Vasudevan Deepak Kumar30-Oct-07 0:41 
Questionproblem with Username Token Pin
shin.hyunseok29-Oct-07 22:27
shin.hyunseok29-Oct-07 22:27 
QuestionOn The Fly Encryption possible with C#? Pin
X_Zavios29-Oct-07 22:06
X_Zavios29-Oct-07 22:06 
Hi, I'm a degree student currently working on my final year project and it involves encrypting files being dropped into a removable drive and decrypting files taken from the drive. We've pretty much done up the bulk of the program but cant seem to get around a problem with the encryption process..

Currently, the data that is written to the drive is encrypted only after file watcher has detected that is has finished writing. We're trying to find a way around this as encrypting this file after it has been copied either means that it will take up double its disk space during encryption (encrypting parts of the file in buffer and writng to disk) or taking up its equivalent size in memory (copying data to memory stream and deleting the original file then writing the ciphers to disk).

Is there any way to do something like truecrypt or freeOTFE with c#? i was thinking of encrypting the data during the user's copy operation or perhaps interrupting the actual windows file operations and using my prog to do it for the user..

We cant seem to wrap our heads around as to how this can be achieved, ATM we are stuck with the memorystream method as it provides much better performance, but large files would totally flood memory....

Any help or perhaps pointers as to where i should be looking? Its possible in linux but windows isnt open source Frown | :(

AnswerRe: On The Fly Encryption possible with C#? Pin
Vasudevan Deepak Kumar30-Oct-07 0:29
Vasudevan Deepak Kumar30-Oct-07 0:29 
GeneralRe: On The Fly Encryption possible with C#? Pin
X_Zavios30-Oct-07 7:33
X_Zavios30-Oct-07 7:33 
QuestionMessage Send Pin
SreejithAchutan29-Oct-07 21:55
SreejithAchutan29-Oct-07 21:55 
AnswerRe: Message Send Pin
Malcolm Smart29-Oct-07 22:04
Malcolm Smart29-Oct-07 22:04 
QuestionRe: Message Send Pin
Andrei Ungureanu29-Oct-07 22:24
Andrei Ungureanu29-Oct-07 22:24 
AnswerMessage Send Pin
SreejithAchutan29-Oct-07 22:36
SreejithAchutan29-Oct-07 22:36 
GeneralRe: Message Send Pin
Andrei Ungureanu29-Oct-07 22:42
Andrei Ungureanu29-Oct-07 22:42 
AnswerRe: Message Send Pin
Vasudevan Deepak Kumar30-Oct-07 0:37
Vasudevan Deepak Kumar30-Oct-07 0:37 
QuestionEnumerating collections using TypeDescriptors Pin
Alan Seedhouse29-Oct-07 21:51
professionalAlan Seedhouse29-Oct-07 21:51 
Questionboxing and unboxing creating confusion Pin
Sonia Gupta29-Oct-07 21:30
Sonia Gupta29-Oct-07 21:30 
AnswerRe: boxing and unboxing creating confusion Pin
Malcolm Smart29-Oct-07 22:12
Malcolm Smart29-Oct-07 22:12 
GeneralRe: boxing and unboxing creating confusion Pin
Sonia Gupta29-Oct-07 22:19
Sonia Gupta29-Oct-07 22:19 
GeneralRe: boxing and unboxing creating confusion Pin
Malcolm Smart29-Oct-07 22:27
Malcolm Smart29-Oct-07 22:27 
GeneralRe: boxing and unboxing creating confusion Pin
Andrei Ungureanu29-Oct-07 22:31
Andrei Ungureanu29-Oct-07 22:31 
AnswerRe: boxing and unboxing creating confusion Pin
Christian Graus29-Oct-07 23:12
protectorChristian Graus29-Oct-07 23:12 
Questioncharacter replace Pin
pavya_Cool29-Oct-07 21:29
pavya_Cool29-Oct-07 21:29 
AnswerRe: character replace Pin
Giorgi Dalakishvili29-Oct-07 21:31
mentorGiorgi Dalakishvili29-Oct-07 21:31 

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.