cloudflare / redoctober

Go server for two-man rule style file encryption and decryption.
http://blog.cloudflare.com/red-october-cloudflares-open-source-implementation-of-the-two-man-rule
Other
1.4k stars 142 forks source link

Minimum should be made more robust #149

Open jkroll-cf opened 8 years ago

jkroll-cf commented 8 years ago

Currently, the UI will not specify a minimum although it shows what appears to be a default. This leads to situations where users create ciphertexts which can't be decrypted (because they require a minimum of 0 owners and don't get any actual encryptions). This should be handled better from a UX perspective:

jkroll-cf commented 7 years ago

Additionally, if Minimum > 0 and a predicate is set, the request should be denied in the UI as it isn't clear which policy to apply to the ciphertext.