@@ -105,7 +105,7 @@ not be regularly updated.
105
105
106
106
If you want to use forge with [ Node.js] [ ] , it is available through ` npm ` :
107
107
108
- https://npmjs.org /package/node-forge
108
+ https://www. npmjs.com /package/node-forge
109
109
110
110
Installation:
111
111
@@ -120,32 +120,20 @@ var forge = require('node-forge');
120
120
The npm package includes pre-built ` forge.min.js ` , ` forge.all.min.js ` , and
121
121
` prime.worker.min.js ` using the [ UMD] [ ] format.
122
122
123
- ### Bundle / Bower
124
-
125
- Each release is published in a separate repository as pre-built and minimized
126
- basic forge bundles using the [ UMD] [ ] format.
127
-
128
- https://github.com/digitalbazaar/forge-dist
129
-
130
- This bundle can be used in many environments. In particular it can be installed
131
- with [ Bower] [ ] :
132
-
133
- bower install forge
134
-
135
123
### jsDelivr CDN
136
124
137
125
To use it via [ jsDelivr] ( https://www.jsdelivr.com/package/npm/node-forge ) include this in your html:
138
126
139
127
``` html
140
- <script src =" https://cdn.jsdelivr.net/npm/node-forge@0.7 .0/dist/forge.min.js" ></script >
128
+ <script src =" https://cdn.jsdelivr.net/npm/node-forge@1.0 .0/dist/forge.min.js" ></script >
141
129
```
142
130
143
131
### unpkg CDN
144
132
145
133
To use it via [ unpkg] ( https://unpkg.com/#/ ) include this in your html:
146
134
147
135
``` html
148
- <script src =" https://unpkg.com/node-forge@0.7 .0/dist/forge.min.js" ></script >
136
+ <script src =" https://unpkg.com/node-forge@1.0 .0/dist/forge.min.js" ></script >
149
137
```
150
138
151
139
### Development Requirements
@@ -2003,8 +1991,8 @@ When using this code please keep the following in mind:
2003
1991
runtime characteristics, runtime optimization, code optimization, code
2004
1992
minimization, code obfuscation, bundling tools, possible bugs, the Forge code
2005
1993
itself, and so on.
2006
- - If using pre-built bundles from [ Bower ] [ ] or similar be aware someone else
2007
- ran the tools to create those files.
1994
+ - If using pre-built bundles from [ NPM ] [ ] , another CDN, or similar, be aware
1995
+ someone else ran the tools to create those files.
2008
1996
- Use a secure transport channel such as [ TLS] [ ] to load scripts and consider
2009
1997
using additional security mechanisms such as [ Subresource Integrity] [ ] script
2010
1998
attributes.
@@ -2030,7 +2018,8 @@ Contact
2030
2018
* Code: https://github.com/digitalbazaar/forge
2031
2019
* Bugs: https://github.com/digitalbazaar/forge/issues
2032
2020
* Email: support@digitalbazaar.com
2033
- * IRC: [ #forgejs] [ ] on [ freenode] [ ]
2021
+ * IRC: [ #forgejs] [ ] on [ Libera.Chat] [ ] (people may also be on [ freenode] [ ] for
2022
+ historical reasons).
2034
2023
2035
2024
Donations
2036
2025
---------
@@ -2045,7 +2034,6 @@ Financial support is welcome and helps contribute to futher development:
2045
2034
[ 3DES ] : https://en.wikipedia.org/wiki/Triple_DES
2046
2035
[ AES ] : https://en.wikipedia.org/wiki/Advanced_Encryption_Standard
2047
2036
[ ASN.1 ] : https://en.wikipedia.org/wiki/ASN.1
2048
- [ Bower ] : https://bower.io/
2049
2037
[ Browserify ] : http://browserify.org/
2050
2038
[ CBC ] : https://en.wikipedia.org/wiki/Block_cipher_mode_of_operation
2051
2039
[ CFB ] : https://en.wikipedia.org/wiki/Block_cipher_mode_of_operation
@@ -2058,7 +2046,9 @@ Financial support is welcome and helps contribute to futher development:
2058
2046
[ HMAC ] : https://en.wikipedia.org/wiki/HMAC
2059
2047
[ JavaScript ] : https://en.wikipedia.org/wiki/JavaScript
2060
2048
[ Karma ] : https://karma-runner.github.io/
2049
+ [ Libera.Chat ] : https://libera.chat/
2061
2050
[ MD5 ] : https://en.wikipedia.org/wiki/MD5
2051
+ [ NPM ] : https://www.npmjs.com/
2062
2052
[ Node.js ] : https://nodejs.org/
2063
2053
[ OFB ] : https://en.wikipedia.org/wiki/Block_cipher_mode_of_operation
2064
2054
[ PKCS#10 ] : https://en.wikipedia.org/wiki/Certificate_signing_request
0 commit comments