ansuz / cryptpad

encrypted stuff
GNU Affero General Public License v3.0
4 stars 0 forks source link

Cryptpad silently fails for some browsers #15

Open ansuz opened 8 years ago

ansuz commented 8 years ago

We should present an error box when cryptpad fails to initialize, and provide the reason.

  1. IE <= v9 has no websocket support
  2. Opera on Debian has no PRNG (Pseudo-Random Number Generator), and as such isn't supported by NACL (which provides our cryptographic functions)
  3. ???