Giter Club home page Giter Club logo

Comments (4)

ArnoudAdyen avatar ArnoudAdyen commented on August 15, 2024

In case that secure random number generation is not available the code tries to capture UI behavior for entropy collection.
Are you lazy loading the library just before the stage where you do encryption? In which case the library does not get the UI input it needs for entropy collection?

from adyen-cse-web.

chodorowicz avatar chodorowicz commented on August 15, 2024

Hey @ArnoudAdyen! Thanks for your response.

It doesn't seem I'm calling it lazily. So, my setup is following. I include Adyen CSE-JS in NPM "adyen-cse-js": "git://github.com/Adyen/CSE-JS.git#v0.1.18" and import it in one of my Webpack modules

import adyenEncrypt from 'adyen-cse-js';
const getAdyenData = (adyenFields, adyenPayment) => {
  return adyenEncrypt.createEncryption(adyenPayment.clientSide.key, {}).encrypt(adyenFields);
}
export default {
  getAdyenData,
};

getAdyenData and adyenEncrypt.createEncryption are not called immediately, only when chosen and used as payment method, but anyway I get this error when whole bundle is loaded.

I'm loading the whole using async="async" - could that be the issue?

from adyen-cse-web.

ArnoudAdyen avatar ArnoudAdyen commented on August 15, 2024

The collection is started by this call sjcl.random.startCollectors(); in adyen.encrypt.js#425. So what you could try is call to adyenEncrypt.createEncryption early on. I think the sjcl library might not be exposed to the window object for you to call it directly.

from adyen-cse-web.

chodorowicz avatar chodorowicz commented on August 15, 2024

Hmm... I've only now tested the whole payment flow and it seems that it's working. My test payment got through. So, can be the case that this error is more of a notice, but CSE-JS still manages go gather entropy through UI? @ArnoudAdyen
https://github.com/bitwiseshiftleft/sjcl/blob/master/core/random.js#L519

from adyen-cse-web.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.