Skip to content

Issue with IE11 #203

@ghost

Description

window.crypto.getRandomValues doesn't seem to work in IE11 for me (although the function exists).
OpenPGP.js throws SCRIPT5022: No secure random number generator available.

But there is a ms object called window.msCrypto.getRandomValues(), which works with OpenPGP.js.
I tested both functions manually using "window.(ms)[C]rypto.getRandomValues(new Uint32Array(10))" with the same result, msCrypto works, crypto doesn't.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions