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

Update pbkdf2.js #421

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open

Update pbkdf2.js #421

wants to merge 4 commits into from

Commits on Nov 12, 2020

  1. Update pbkdf2.js

    Please add hash param as suggested in the change. There is no way of using anything except SHA256, since this is a default in HMAC. That creates issues for keys derived by other systems that use a different hash function.
    ogryb authored Nov 12, 2020
    Configuration menu
    Copy the full SHA
    e9a1a74 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2020

  1. Fixed sjcl.bitArray.equal function and added test case to demonstrate…

    … what was wrong. The current implementation causes PKCS#5 verification failure in cbc.js
    Gryb, Oleg committed Nov 17, 2020
    Configuration menu
    Copy the full SHA
    fadb917 View commit details
    Browse the repository at this point in the history
  2. removed old_equal test from bitArray_test.js. I was using it to compa…

    …re new and old implementations of 'equal'
    Gryb, Oleg committed Nov 17, 2020
    Configuration menu
    Copy the full SHA
    a742e87 View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2020

  1. Merge branch 'patch-1' of https://github.com/ogryb/sjcl into patch-1

    I've created more changes related to bitArray.equal function, which
    currently has a bug causing PKCS5 validation failure in cbc.js.
    'equal' functiom should exclude bitts following partial since they
    are not a part of bitArray. I've also added test case for 'equal' to
    bitArray_test.js file.
    Gryb, Oleg committed Nov 18, 2020
    Configuration menu
    Copy the full SHA
    1e239f2 View commit details
    Browse the repository at this point in the history