Update e2e-encryption.md

This commit is contained in:
Matthew Nesbit 2017-11-15 13:57:41 +00:00 committed by GitHub
parent f15f57e83d
commit ca30f22cfc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21,7 +21,7 @@ End-to-end encryption is a desirable potential design feature for the [float](..
#### Disadvantages
1. With no placeholder, it is very hard to add support later and maintainwire stability.
1. With no placeholder, it is very hard to add support later and maintain wire stability.
2. May not get past security reviews of Float.
### 2. Placeholder only
@ -29,8 +29,8 @@ End-to-end encryption is a desirable potential design feature for the [float](..
#### Advantages
1. Allows wire stability when we have agreed an encrypted approach
2. Shows that we are serious about security, even if this isntavailable yet.
3. Allows later encrypted version to be an enterprise feature thatcan interoperate with OS versions.
2. Shows that we are serious about security, even if this isnt available yet.
3. Allows later encrypted version to be an enterprise feature that can interoperate with OS versions.
#### Disadvantages