Thanks for the message, however I still find it difficult to comprehend. Crypto++ is a wonderful product, to be speaking in honesty. But its lack of documentation and samples presents a sharp learning curve for anyone who wants to use it. I have actually been using GOST block cipher in a couple of project, the code was written by myself in C++. I am now working in a new project that requires using a public key encryption as well as a GOST, so I thought I would use Crypto++ instead of writing my own code from ground up.
Could anyone who has used a block cipher such as GOST or similar in Crypto++ care sharing your code? Or could anyone please explain the meanings of these cipher modes such as ECB, CBC, CFB, OFB, or CTR. Which mode should I be using, and how can I use a block cipher in an easy and simple way. All I want to achieve is to use GOST to encrypt and decrypt a piece of text. Thanks! Yurong Lin ----- Original Message ----- From: "Wei Dai" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, October 28, 2002 6:13 PM Subject: Re: How to use GOST > Please look at > http://www.eskimo.com/~weidai/cgi-bin/fom.cgi?file=79 > > Is this sufficient? > > On Sun, Oct 27, 2002 at 12:26:21PM -0000, Yurong Lin wrote: > > Hi, everyone > > > > I am interested in using the GOST class to encrypt/decrypt but can't find > > any documentation about the interface of this class, could anyone please > > help me? > > > > Thanks! > > > > Yurong Lin > > > > > > > > > > > > >
