Skip to content

INTEGRITYDIGEST Verification #3

Description

@grantyn

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions