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

C#

 
GeneralRe: passing data to installer class Pin
Heath Stewart13-Jan-04 2:45
protectorHeath Stewart13-Jan-04 2:45 
GeneralRe: passing data to installer class Pin
econnor13-Jan-04 3:58
econnor13-Jan-04 3:58 
GeneralRe: passing data to installer class Pin
econnor13-Jan-04 5:40
econnor13-Jan-04 5:40 
GeneralRe: passing data to installer class Pin
Heath Stewart13-Jan-04 5:43
protectorHeath Stewart13-Jan-04 5:43 
GeneralFlushFinalBlock problem in my cryptography Pin
Mazdak12-Jan-04 10:28
Mazdak12-Jan-04 10:28 
GeneralRe: FlushFinalBlock problem in my cryptography Pin
Heath Stewart12-Jan-04 10:37
protectorHeath Stewart12-Jan-04 10:37 
GeneralRe: FlushFinalBlock problem in my cryptography Pin
Mazdak12-Jan-04 22:36
Mazdak12-Jan-04 22:36 
GeneralRe: FlushFinalBlock problem in my cryptography Pin
Heath Stewart13-Jan-04 2:50
protectorHeath Stewart13-Jan-04 2:50 
You should be transfering this data as base64. See the FromBase64Transform and ToBase64Transform. There should also be some sample code in there, too. Basically, the plain text and cipher text is run through these transforms which encodes and decodes the data using base64 transforms. This is what most cryptographic providers use as an encoding when transferring cipher text. Converting bytes to strings like you are is not a standard encoding so the cryptographic transforms won't understand it.

 

-----BEGIN GEEK CODE BLOCK-----
Version: 3.21
GCS/G/MU d- s: a- C++++ UL@ P++(+++) L+(--) E--- W+++ N++ o+ K? w++++ O- M(+) V? PS-- PE Y++ PGP++ t++@ 5 X+++ R+@ tv+ b(-)>b++ DI++++ D+ G e++>+++ h---* r+++ y+++
-----END GEEK CODE BLOCK-----
GeneralRe: FlushFinalBlock problem in my cryptography Pin
Mazdak13-Jan-04 2:56
Mazdak13-Jan-04 2:56 
GeneralRe: FlushFinalBlock problem in my cryptography Pin
Heath Stewart13-Jan-04 3:00
protectorHeath Stewart13-Jan-04 3:00 
GeneralRe: FlushFinalBlock problem in my cryptography Pin
Mazdak13-Jan-04 4:02
Mazdak13-Jan-04 4:02 
GeneralEntering Text on an Image Pin
JayTheK12-Jan-04 10:08
JayTheK12-Jan-04 10:08 
GeneralRe: Entering Text on an Image Pin
Niels Penneman12-Jan-04 10:14
Niels Penneman12-Jan-04 10:14 
GeneralObject property with different return types Pin
Articus12-Jan-04 7:13
Articus12-Jan-04 7:13 
GeneralRe: Object property with different return types Pin
leppie12-Jan-04 8:16
leppie12-Jan-04 8:16 
GeneralRe: Object property with different return types Pin
Articus12-Jan-04 22:41
Articus12-Jan-04 22:41 
GeneralRe: Object property with different return types Pin
leppie13-Jan-04 6:16
leppie13-Jan-04 6:16 
GeneralRefresh TreeView in Place Pin
webdudeIA12-Jan-04 5:24
webdudeIA12-Jan-04 5:24 
GeneralRe: Refresh TreeView in Place Pin
Heath Stewart12-Jan-04 8:48
protectorHeath Stewart12-Jan-04 8:48 
GeneralRe: Refresh TreeView in Place Pin
webdudeIA12-Jan-04 10:17
webdudeIA12-Jan-04 10:17 
GeneralEnumerations Pin
Anonymous12-Jan-04 4:10
Anonymous12-Jan-04 4:10 
GeneralRe: Enumerations Pin
Colin Angus Mackay12-Jan-04 5:56
Colin Angus Mackay12-Jan-04 5:56 
GeneralRe: Enumerations Pin
Niels Penneman12-Jan-04 5:58
Niels Penneman12-Jan-04 5:58 
GeneralRe: Enumerations Pin
Heath Stewart12-Jan-04 8:38
protectorHeath Stewart12-Jan-04 8:38 
QuestionUnregister Server Activated Object ? Pin
Stefan Troschuetz12-Jan-04 2:35
Stefan Troschuetz12-Jan-04 2:35 

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.