Dimitar Nanov

Results 3 issues of Dimitar Nanov

Added Universal Module Definition support. Useful for when working with RequireJS, Webpack or Browserify.

Some banks ( mainly french ) do not support RSA authentication, but rather X.509. It would be an important addition to implement support for such authentication. The test platform which...

enhancement

Currently the defaultKeyEncrypter which is used to encrypt persisted keys is using [deprecated](https://nodejs.org/api/crypto.html#crypto_crypto_createcipher_algorithm_password_options) [createCipher](https://github.com/eCollect/node-ebics-client/blob/e9f7c11bbb26d00497a8e6d87c6c6551ee5ccf7f/lib/keymanagers/defaultKeyEncryptor.js#L6) method. This results in weaker encryption. Migrating the encryption into some modern one would involve changing...

enhancement