-
I'm using [an npm library](https://github.com/LinusU/secure-remote-password) which is based on [jsbn](https://www.npmjs.com/package/jsbn). This pairing works together quite well, but it's been difficu…
-
# Issue Summary
JSBN contains a lot of timing leaks that make it unsuitable for cryptographic use. However, JSBN is broadly used in JavaScript implementations of asymmetric cryptography.
## Modu…
-
This is a bug.
```
yarn: 1.3.2
node: 8.9.1
os: os x 10.3.2
```
**What is the current behavior?**
When using package that depends on jsbn( 1.1.0) together with nodemon (1.14.11) jsbn package…
-
SM2 C1C2C3加密,使用同一对公钥和私钥,多运行几次之后,有一定几率加密出来的串少一位,后来定位是在c1 x或y部分的HEX串会少一位,继续定位,BigInteger对应的x或y确实会少一位。
最后得出是jsbn的运算存在问题,不过JS不熟悉,里面的运算不太看得懂。
-
```js
import { createLibp2p } from "npm:libp2p";
import { tcp } from "npm:@libp2p/tcp";
const node = await createLibp2p({
transports: [tcp()],
});
```
```
error: Uncaught SyntaxError: Th…
uriva updated
1 month ago
-
Hello,
I have found a bug in jsbn rsa.js which might lead to a security vulnerability
in jsencrypt (http://www-cs-students.stanford.edu/~tjw/jsbn/rsa.js).
I have a patch to submit.
Is there a spec…
calve updated
8 years ago
-
Hi there
After looking into files I've noticed that there are several files without headers or licenses of any type. This are the files I've found that need licensing information:
process/*
keymaps/…
-
>
>
> > > 后面我整理下,发个完整demo出来吧
> > > > 我也遇到的同样的问题,求答复
> > >
> > >
> > > 后面我整理下,发个完整demo出来吧
> >
> >
> > 可以了哈,我自己解决了,谢谢哈
>
> 兄弟,问下是怎么解决的,是jsbn包出问题了是吗? 要重新引用是吗
我重新下载了jsbn和jsbn2,覆盖原来的js…
-
I'm having an issue when using open id connect (oidc.js) which references jsbn.
Specifially in IE11 when JSBN is called it uses window.crypto which causes the error:
"Unable to get property 'get…
-
```
As noted in issue 21, GWT compiles a non-performant BigInteger
(https://code.google.com/p/google-web-toolkit/issues/detail?id=8310). This
results in RSA key generation taking hours or days when …