Jason Davies [ARCHIVE] on Nostr: š Original date posted:2018-04-10 š Original message:>> Note that even with ...
š
Original date posted:2018-04-10
š Original message:>> Note that even with v1.4, it still does not use high-quality entropy for
>> Internet Explorer, because getRandomValues is provided under window.msCrypto
>> for that browser.
>
> I don't know for that one, what was the issue?
I simply meant that Internet Explorer implements the Web Cryptography API under
window.msCrypto instead of window.crypto. Thus, unless
msCrypto.getRandomValues is used, high-quality entropy will not have been used
by any of these libraries under Internet Explorer.
--
Jason Davies, https://www.jasondavies.com/
š Original message:>> Note that even with v1.4, it still does not use high-quality entropy for
>> Internet Explorer, because getRandomValues is provided under window.msCrypto
>> for that browser.
>
> I don't know for that one, what was the issue?
I simply meant that Internet Explorer implements the Web Cryptography API under
window.msCrypto instead of window.crypto. Thus, unless
msCrypto.getRandomValues is used, high-quality entropy will not have been used
by any of these libraries under Internet Explorer.
--
Jason Davies, https://www.jasondavies.com/