Re: [cryptopp-users] HMACs of files

2021-09-08 Thread Jeffrey Walton
On Wed, Sep 8, 2021 at 6:46 AM Jeffrey Walton wrote: > > On Tue, Sep 7, 2021 at 7:45 AM Tom wrote: > > > > I can create HMACs of files using pipelines via filesources but... I can't > > seem to figure out to verify the HMAC without throwing the file into a > > string in memory. > > > > like

Re: [cryptopp-users] HMACs of files

2021-09-08 Thread Jeffrey Walton
On Wednesday, September 8, 2021 at 6:47:45 AM UTC-4 Jeffrey Walton wrote: > On Tue, Sep 7, 2021 at 7:45 AM Tom wrote: > > > > I can create HMACs of files using pipelines via filesources but... I > can't seem to figure out to verify the HMAC without throwing the file into > a string in

Re: [cryptopp-users] HMACs of files

2021-09-08 Thread Jeffrey Walton
On Tue, Sep 7, 2021 at 7:45 AM Tom wrote: > > I can create HMACs of files using pipelines via filesources but... I can't > seem to figure out to verify the HMAC without throwing the file into a string > in memory. > > like this: > > StringSource(plain + mac, true, new