-
jsbn.js:20 Uncaught TypeError: this.fromNumber is not a function
-
After updating the test matrix to include Node v21 I noticed signing takes ages, causing tests to fail. Maybe this is something to do with the fact I'm still using CryptoJS? I'm not sure...
I think…
-
```
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 …
-
Hi,
I am using forge to create a self-signed certificate but I would like to add subjectAltName property, in openssl we can do it by passing the -addext "subjectAltName = IP.1:1.2.3.4".
```
sta…
-
When trying to install the generator, it complains that Yeoman is not installed, yet I can clearly see that it is installed. I have tried installing with using `sudo` and without.
Post Yeoman install…
-
Hi,
We have an open source project that is using the Forge library for cryptography, and one of our contributors pointed out that the preambles copyright and license declarations in the code files fo…
-
It was mentioned during the discussion on #88. Goal: If an attacker steals a key, he/she can impersonate only one side of the communication. Requires: a good JS library for asymmetric crypthography.
…
-
[pidCrypt](https://www.npmjs.com/package/pidcrypt) is the most complex library for encryption, that I can found. It uses jsbn BigInteger at the base for implementations of popular encryption algorithm…
-
# Steps to Reproduce
Idris v. 1.2.0, both tested on MAC OS and Ubuntu.
```idris
import Decidable.Equality
import Pruviloj.Derive.DecEq
%language ElabReflection
data Vect : Nat -> Type -> T…
-
Hi
i have encription method in java and want to do the same encription with forg. but it say `Error: Unsupported encryption scheme: "RSA-ECB-PKCS1PADDING"` what is wrong?
the java code:
```java…