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
npm install --save jsencrypt sm-crypto
npm install --save node-jsencrypt sm-crypto
# browser
npm run start:browser
# node
npm run start:node
For questions and support please use the official forum. The issue list of this repo is exclusively for bug reports and feature requests.
- 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
Copyright (c) 2022 Authing