jsPerf.app is an online JavaScript performance benchmark test runner & jsperf.com mirror. It is a complete rewrite in homage to the once excellent jsperf.com now with hopefully a more modern & maintainable codebase.
jsperf.com URLs are mirrored at the same path, e.g:
https://jsperf.com/negative-modulo/2
Can be accessed at:
https://jsperf.app/negative-modulo/2
Perform key derivation with PBKDF2 over HMAC-SHA1.
<script src="http://crypto-js.googlecode.com/svn/tags/3.1.2/build/rollups/hmac-sha256.js"></script>
<script src="http://crypto-js.googlecode.com/svn/tags/3.1.2/build/rollups/pbkdf2.js"></script>
<script src="http://bitwiseshiftleft.github.io/sjcl/sjcl.js"></script>
<script src="http://vibornoff.com/asmcrypto.js"></script>var password = '96201446311021C2AC0000E00000000000000000000000000000000000000000',
salt = '4B5536E9DB2661692FA0B4BDC93A8864',
iterations = 4096,
dklength = 32;Ready to run.
| Test | Ops/sec | |
|---|---|---|
| CryptoJS | | ready |
| SJCL | | ready |
| asmCrypto.js | | ready |
You can edit these tests or add more tests to this page by appending /edit to the URL.