Coder Social home page Coder Social logo

duzhanyuan / securehttp.js Goto Github PK

View Code? Open in Web Editor NEW

This project forked from staugur/securehttp.js

0.0 1.0 0.0 537 KB

Make HTTP transmissions more secure via RSA+AES, encrypted communication for nodejs or browser.

License: MIT License

JavaScript 67.68% Python 10.11% HTML 22.21%

securehttp.js's Introduction

SecureHTTP.js

Make HTTP transmissions more secure via RSA+AES, encrypted communication for nodejs or browser.

说明

这个库基于brix/crypto-js、ArnaudValensi/node-jsencrypt实现,使用nodejs编写(位于src),经过rollup打包后支持浏览器端调用(位于dist,全局变量是securehttp)。

开发

  • 下载

    • git clone https://github.com/staugur/SecureHTTP.js

    • yarn add securehttpnpm install securehttp --save

  • 依赖

    请最好使用yarn安装依赖: yarnnpm install

  • 测试

    yarn run testnpm run test

  • 打包开发版本

    yarn run build

  • 打包正式版本(压缩)

    yarn run dist

CDN

已经把压缩的正式版本放到又拍云的CDN上,包括开发版、正式版。

  • 开发版 https://static.saintic.com/securehttp.js/{ version }/securehttp.js

  • 正式版 https://static.saintic.com/securehttp.js/{ version }/securehttp.min.js

更多文档

https://docs.saintic.com/securehttp.js

securehttp.js's People

Contributors

staugur avatar dependabot[bot] avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.