LINUX.ORG.RU

Симметричное шифрование и master password

 


0

1

В каких системах шифрования можно зашифровать сообщение master-паролем, допуская его расшифровку некоторым набором «упрощённых» паролей?

Я так понимаю, симметричное шифрование такое не позволяет.

При симметричном шифровании, если хотим разрешить расшифровку с помощью N ключей k1,k2,...,kN - мы должны будем передать пользователю N вариантов блока данных, закодированного N разными паролями. И он уже, на свой выбор, решает - каким ключом расшифровывать (пробует каждый блок).

А можно ли объединить все N зашифрованных блоков в один?

traitor tracing scheme

Нашёл чтиво на эту тему: https://crypto.stackexchange.com/questions/39397/one-encryption-many-decrypti...

«This is known in the cryptographic literature as „traitor tracing“. See, e.g., the following seminal paper:

An efficient public key traitor tracing scheme. Dan Boneh and Matt Franklin. CRYPTO 1999, https://crypto.stanford.edu/~dabo/abstracts/traitors.html

They show a public-key encryption scheme where each possible recipient has their own private decryption key. If an authorized recipient discloses their decryption key, it's possible for the authority to figure out whose key it was. Moreover, they consider a further challenge — what if a coalition of authorized recipients pool everything they know, and come up with another decryption key that is different from each of theirs but still works, and they leak that new key? — and they show how to deal with that challenge as well.»

Mirage1_
() автор топика
Вы не можете добавлять комментарии в эту тему. Тема перемещена в архив.