Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Making "WebCrypto-compartible" tests #24

Open
YuryStrozhevsky opened this issue Oct 25, 2016 · 0 comments
Open

Making "WebCrypto-compartible" tests #24

YuryStrozhevsky opened this issue Oct 25, 2016 · 0 comments

Comments

@YuryStrozhevsky
Copy link
Contributor

YuryStrozhevsky commented Oct 25, 2016

At the moment the product does not have "a prove" that its works exactly like native WebCrypto. Yes, you made an interface looks exactly like WebCrypto. But there are no tests showing the results from your product are the same we have in case of native WebCrypto.

Necessary tests must include:

  1. having one "part" of algorithm (for ex. encryption) done by your product and other "part" (decryption) by native WebCrypto;
  2. dynamic data generation, no static data;
  3. multiple rounds of tests, for example 1000 for each test case.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants