Skip to content

Latest commit

 

History

History
4 lines (4 loc) · 358 Bytes

THREATS.md

File metadata and controls

4 lines (4 loc) · 358 Bytes
  • Compromized primary will keep sending old unchanged md5sums every t units of time.

Solution: salted hashes of files. Random salts generated at secondary, sent every time to primary just before calculation of md5sums.
Why is this a solution?
It forces primary to recalculate hashes, which means it proves existance of files at this instant.