keybase / triplesec

Triple Security for the browser and Node.js

Home Page:https://keybase.io/triplesec

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

IE10 compatibility?

psi-4ward opened this issue · comments

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.

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...

Would be nice!

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