ANT CRYPTO
Web Crypto library for node, browser and mini program
Supported browsers
webcrypto-shim will be needed if you want to support these browsers having prefixed and buggy webcrypto api implementations:
- Internet Explorer 11, Mobile Internet Explorer 11,
- Safari 8 - 10, iOS Safari 8 - 10.
Promise polyfill is also needed to be provided .
These browsers have unprefixed and conforming webcrypto api implementations, so no need in shim:
- Chrome 43+, Chrome for Android 44+,
- Opera 24+,
- Firefox 34+,
- Edge 12+.
- Safari 11+.