forge icon indicating copy to clipboard operation
forge copied to clipboard

A native implementation of TLS in Javascript and tools to write crypto-based and network-heavy webapps

Results 214 forge issues
Sort by recently updated
recently updated
newest added

Hi. I am developing an application in which I am using RSA-KEM to encrypt some user data. I am handing over the private key to the user and storing the...

Would it be possible to provide a package-lock.json in the Git repository, so that it is possible to reproducibly retrieve the dependencies of forge? Committing the package-lock.json into the Git...

Added support to perform encryption/decryption from the middle of a message by specifying a counter value in CTR mode.

I have an issue where depending on whether I use a callback or not, the keyPair that is generated is different. Any idea what may be causing this? I would...

We are facing this issue intermittently on **NodeJS(10.24)** and **node-forge (0.7.6)**. at Object._decodePkcs1_v1_5 [as decode] (/finapp/EBPRD/SpeedUp/node_modules/node-forge/lib/rsa.js:1515:11) at Object.key.decrypt (/finapp/EBPRD/SpeedUp/node_modules/node-forge/lib/rsa.js:1149:19) we are encypting the data using `publicKey.encrypt(plainTxtData)` and we are trying...

Firstly thanks for your valuable node-forge module. I've created two p12 file which one has reqular password and other one has ISO-8859-9 (turkish) characters. I've run the code below with...

Hi, I forked a project called androidtv-remote (my repo is [here](https://github.com/vricosti/androidtv-remote) and the branch is **dev/webpack**) to be able to use it inside a node or browser environment, so I...

Hello team! I noticed that the license reference in https://github.com/digitalbazaar/forge/blob/main/lib/des.js is somewhat unclear ("It is based on the BSD-licensed implementation by Paul Tero") since there is no version of the...

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 =...

fixes #1081 A simple fix to avoid using the `navigator` global for determining if we are running node, instead use the forge `util.isNodejs` value. TBH - I have no idea...