otrv4 / libotr-ng-toolkit

2 stars 1 forks source link

False Prekey Ensemble #9

Open deniscostadsc opened 6 years ago

deniscostadsc commented 6 years ago

Description:

This function should return a valid prekey ensemble but differently from the person you want to falsify the prekey ensemble.

If Alice wants to generate a false prekey ensemble for Bob, This function should return a valid prekey ensemble with information her client profile and prekey profile.

Reference: https://github.com/otrv4/otrv4/blob/master/otrv4.md#forging-transcripts https://github.com/otrv4/otrv4/blob/master/otrv4.md#publishing-prekey-ensembles https://github.com/otrv4/otrv4/blob/master/otrv4.md#create-a-prekey-profile-signature

annacruz commented 6 years ago

As an observation this could be achieved only in non-interactive conversations

claucece commented 6 years ago

This is not waiting from a decision from anyone. It can be implemented right now :)