EyeFiServer icon indicating copy to clipboard operation
EyeFiServer copied to clipboard

INTEGRITYDIGEST Verification

Open grantyn opened this issue 14 years ago • 0 comments

I occasionally get a KeyError on INTEGRITYDIGEST in the iine 397 of EyeFiServer.py:

395: verifiedDigest = eyeFiCrypto.calculateIntegrityDigest(untrustedFile.getvalue(), 396: self.server.eyeFiConfiguration['Card']['UploadKey']) 397: unverifiedDigest = form['INTEGRITYDIGEST'][0]

I've coded a try/except block to catch the KeyError, but am wondering why this happens.

grantyn avatar Jun 30 '11 21:06 grantyn