Re: [cryptopp-users] Chunking a base64 encoded file

2018-04-04 Thread Jeffrey Walton
On Wed, Apr 4, 2018 at 4:32 PM, wrote: > > Would Base64Decoder work gracefully with chunking? Looking at below code > which I slapped together from the Wiki example on chunking and with Jeff's > help re EndOfFile (which I just did not see above the screen and only tried >

[cryptopp-users] Chunking a base64 encoded file

2018-04-04 Thread mahonheiser
Would Base64Decoder work gracefully with chunking? Looking at below code which I slapped together from the Wiki example on chunking and with Jeff's help re EndOfFile (which I just did not see above the screen and only tried to search for in the Wiki and source code), I have this question: once

Re: [cryptopp-users] PGP

2018-04-04 Thread mahonheiser
Jeff, There is no mention of PGP in the roadmap on the Wiki (which is also 1 version behind vs 6.2 mentioned in this group). Are there concrete plans for including the PGP scheme? I am also very much interested in PGP support due to horrible memory management bestowed on Bouncy Castle by .NET

[cryptopp-users] Re: Base 64 URL Decoding Wtih Base64Decoder?

2018-04-04 Thread Jeffrey Walton
On Tuesday, April 3, 2018 at 11:46:00 PM UTC-4, hc12...@gmail.com wrote: > > Hi, > > I noticed that Base64URLDecoder exists but unfortunately, I am stuck with > 5.6.2, which doesn't have it. > It can be available in all versions of the library. Just copy/paste it from the existing sources :)

[cryptopp-users] Re: Is there any other way to access this group than by having a Google account?

2018-04-04 Thread Jeffrey Walton
On Tuesday, April 3, 2018 at 6:04:47 PM UTC-4, mahon...@gmail.com wrote: > > Google groups is very inconvenient for me as I do no have a cellular phone > to which Google could send an SMS message. Most maillists can be accessed > by sending a subscribe email to a special address. Is there any

[cryptopp-users] Re: What is EndOfFile?

2018-04-04 Thread Jeffrey Walton
On Tuesday, April 3, 2018 at 6:01:07 PM UTC-4, mahon...@gmail.com wrote: > > There is a call to EndOfFile in the manually pumping example at > https://www.cryptopp.com/wiki/Pipelining > Where is it defined? > EndOfFile is provided in the wiki example. It is not available in the Crypto++