README.md
August 8, 2022 · View on GitHub
English | 简体中文
Authing provides two encryption methods: jsencrypt and sm-crypto
jsencrypt: general encryption for browser, https://www.npmjs.com/package/jsencryptnode-jsencrypt: gengeral encryption for Node.js, https://www.npmjs.com/package/node-jsencryptsm-crypto: https://www.npmjs.com/package/sm-crypto
Browser
npm install --save jsencrypt sm-crypto
Node.js
npm install --save node-jsencrypt sm-crypto
Run examples
# browser
npm run start:browser
# node
npm run start:node
Reference
Questions
For questions and support please use the official forum. The issue list of this repo is exclusively for bug reports and feature requests.
Contribution
- Fork it
- Create your feature branch (git checkout -b my-new-feature)
- Commit your changes (git commit -am 'Add some feature')
- Push to the branch (git push -u origin my-new-feature)
- Create new Pull Request
License
Copyright (c) 2022 Authing