#3593 closed defect (fixed)

Add direct tests for FileHandle.get_encryption_key

Reported by: exarkun Owned by: GitHub <noreply@…>
Priority: normal Milestone: undecided
Component: unknown Version: n/a
Keywords: Cc:
Launchpad Bug:

Description

FileHandle?.get_encryption_key is responsible for deterministically and stably deriving an encryption key.

For the same inputs, it needs to derive the same key or convergent encryption becomes impossible.

At a test with well-known values in it to ensure a stable result.

Change History (1)

comment:1 Changed at 2021-02-07T12:41:50Z by GitHub <noreply@…>

  • Owner set to GitHub <noreply@…>
  • Resolution set to fixed
  • Status changed from new to closed

In ab57746/trunk:

Merge pull request #969 from LeastAuthority?/3593.get_encryption_key-test

Add FileHandle?.get_encryption_key test

Fixes: ticket:3593

Note: See TracTickets for help on using tickets.