An open API service indexing awesome lists of open source software.

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.

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