https://github.com/digitalbazaar/forge-dist
A native JavaScript implementation of TLS, cryptography primitives, and other webapp tools.
https://github.com/digitalbazaar/forge-dist
Last synced: 22 days ago
JSON representation
A native JavaScript implementation of TLS, cryptography primitives, and other webapp tools.
- Host: GitHub
- URL: https://github.com/digitalbazaar/forge-dist
- Owner: digitalbazaar
- License: other
- Created: 2017-01-17T18:43:24.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-03-27T21:57:58.000Z (about 9 years ago)
- Last Synced: 2025-02-03T09:11:18.624Z (over 1 year ago)
- Size: 3.57 MB
- Stars: 8
- Watchers: 13
- Forks: 13
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Forge Bundle
============
[Forge][] is a native implementation of [TLS][] (and various other
cryptographic tools) in [JavaScript][].
https://github.com/digitalbazaar/forge
This repository is used to hold pre-built bundles of the [Forge][] library for
use with [Bower][] or other tools. These files are in a separate repository to
avoid accumulating large built files the main repository history.
Note that only the basic `forge.min.js` and `prime.worker.min.js` are included.
Please use the main [Forge][] project if you wish to build your own full or
custom bundles, use un-minimized sources, or require full sourcemaps.
Please see the main [Forge][] site for library documentation, installation
instructions, details on building custom bundles, and to file issues.
[Bower]: https://bower.io/
[Forge]: https://github.com/digitalbazaar/forge
[JavaScript]: http://en.wikipedia.org/wiki/JavaScript
[TLS]: http://en.wikipedia.org/wiki/Transport_Layer_Security