keybase / triplesec

Triple Security for the browser and Node.js
https://keybase.io/triplesec
MIT License
399 stars 47 forks source link

IE10 compatibility? #27

Closed psi-4ward closed 10 years ago

psi-4ward commented 10 years ago

Hi there,

IE10 has no window.crypt.getRandomValues(), can we polyfill it? Ive written a password-manager depending an triplesec but i really need IE10 compat.

maxtaco commented 10 years ago

Hi Christoph, I have some ideas on how to do this, but we have to proceed with extreme caution. I think the default behavior is correct as is, that the library will refuse to proceed without a CSPRNG from the browser. If users want to disable this safety feature, then we could allow it...

psi-4ward commented 10 years ago

Would be nice!

maxtaco commented 10 years ago

I'll put it in my queue of stuff to do. Cheers.