Maik Marschner
|
e810ce241f
|
Use node-rsa for private pkcs1 decryption.
|
2025-03-26 15:30:03 +01:00 |
|
Maik Marschner
|
b2ae16b933
|
Replace createDecipher with createDecipheriv and add a compatibility mode for newer nodejs versions.
|
2025-03-26 15:30:03 +01:00 |
|
nanov
|
936e103c3f
|
fix: crypto check
|
2021-03-30 14:50:32 +03:00 |
|
nanov
|
2b35ed072a
|
fix: crypto additional byte check
|
2021-03-30 14:20:25 +03:00 |
|
nanov
|
6921f8d503
|
chore: cleanup crypto sign fucntion
|
2021-03-30 09:20:21 +03:00 |
|
Herman van Hazendonk
|
500737dbc7
|
Remove not needed else statement
Cleanup as per comment
|
2021-03-29 09:12:23 +02:00 |
|
Herrie
|
61581d1af7
|
Cryto.js: Nasty workaround for incorrect signature (257 vs 256) and hex key length (514 vs 512)
For some unknown reason, the signature gets a length of 257 bytes instead of 256 bytes, and the length of the hex value is 514 bytes instead of 512 bytes.
This works around it, until a proper fix is implemented. The bug seems to be caused by https://github.com/node-ebics/node-ebics-client/blob/master/lib/crypto/Crypto.js#L71 somehow.
Signed-off-by: Herman van Hazendonk <github.com@herrie.org>
|
2021-03-25 10:07:33 +01:00 |
|
nanov
|
4496cbf560
|
feat: remove toBuffer from number
|
2019-11-07 10:30:03 +02:00 |
|
nanov
|
eafe2f9f55
|
chore: restructure BigNumber
|
2019-11-07 10:27:08 +02:00 |
|
nanov
|
34051f0a9f
|
feat: migrate Crypto to own BigNumber
|
2019-11-07 08:58:52 +02:00 |
|
nanov
|
bb8d1cfaa0
|
wip: migrate MFG1 to BigNumber
|
2019-11-06 17:16:56 +02:00 |
|
Vladislav Hristov
|
ff9a3a16b4
|
Major changes. Separating responsibilities. Orders builder, serializer.
|
2018-06-11 11:38:32 +03:00 |
|