Skip to content

Add option to include prior N words in hash #2

Description

@grugnog

The current approach is strong for PII and similar use cases, but isn't so strong protecting more wordy private information that consists of words that may already be known. For example, if an attacker already has access to some plain text, they could determine the mangled word equivalents for those words and thus find other combinations of them in other places in the mangled text.

A simple hardening against this would be to include several of the previous words in the hash for the current word, meaning that the attacker could only find other strings of those exact same words (and only the final words of that string).

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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