Hello Aparajita,

I don't mean to speak out of turn, but the question seems a bit pointed.

Do you know what operating system you are using? Do you know what errors you are
receiving?

Jeff

----- Original Message -----
From: "Aparajita Fishman" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, October 02, 2002 1:42 AM
Subject: New mode usage


| Wei,
|
| I don't suppose you would like to clue us in on how to use the new mode
| machinery? It has totally changed. Here a typical bit of code I need to
| update:
|
| BlowfishEncryption encryption(reinterpret_cast<const byte*>(key,
| strlen(key);
| CBCPaddedEncryptor cbcEncryptor(encryption,
| reinterpret_cast<const byte*>(IV),
| new StrSink(outCipherText));
| cbcEncryptor.PutMessageEnd(reinterpret_cast<const byte*>(inText),
| inTextLength);
|
| What is the new way of accomplishing this?
|
|     Aparajita
|     Victory-Heart Productions
|     [EMAIL PROTECTED]
|     www.aparajitaworld.com
|

Reply via email to