forge
forge copied to clipboard
A native implementation of TLS in Javascript and tools to write crypto-based and network-heavy webapps
fix compatibility in `usePureJavaScript` mode, which globalScope can be undefined
Hi! I'm trying to encrypt large file sizes (>= 1 GB) using AES-GCM, but when i try to upload a 1GB file, the page dies before finishing the encryption. Pretty...
According the [rfc](https://datatracker.ietf.org/doc/html/rfc5280#section-4.2.1.10), one can (and should) define a name constraints for CA certificates, to _indicate a name space within which all subject names in subsequent certificates in a certification...
I installed node-forge in application based on Angular 12 and Webpack 5. While building app throwing below error message and looking for help: ``` ERROR in ./node_modules/node-forge/lib/pbkdf2.js 19:11-28 Module not...
I'm able to generate a p12 file using all certificates and keys by following steps mentioned in https://github.com/digitalbazaar/forge#pkcs12 here. Just on server side user first need to decode this certificate...
```js let p12buffer = fs.readFileSync('./wncsslp12/keyStore', 'binary'); const asn = forge.asn1.fromDer(p12buffer, false); ``` In above code input p12 file is valid p12 file. I can read it using pem package. the...
Hi I am using forge.pki.createCertificationRequest(); function and trying to add some custom fields like UID, Serial number etc but unfortunately its adding only field value but its labels are missing...
Hello Forge Community, :) So, I'm trying to verify a certificate chain, right? And getting a `TypeError: chain.shift is not a function` error. And after spending two days working on...
Hey, I`m using typescript and added node-forge. Have seen that there are type-definitions for node-forge but seem to be a versions behind the current version. Can / should I use...
Pull request for RSA PSS padding to handle - corrected calculation of salt length - supported scheme in case of CSR signing