asmcrypto.js | JavaScript Cryptographic Library with performance in mind | Cryptography library
kandi X-RAY | asmcrypto.js Summary
kandi X-RAY | asmcrypto.js Summary
asmCrypto [Join the chat at
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of asmcrypto.js
asmcrypto.js Key Features
asmcrypto.js Examples and Code Snippets
Community Discussions
Trending Discussions on asmcrypto.js
QUESTION
In Chrome 60, they added a feature that disables crypto.subtle
for non-TLS connections. Our product needs to run a local server and forward some secure remote connections to localhost
for security reasons. Because localhost
isn't technically a named domain, we cannot use TLS--effectively making crypto.subtle
unusable in Chrome (and chromium-based browsers like Opera), and forcing us to use a less secure shim like asmCrypto.js. Is there any way to tell Chrome to enable crypto.subtle
through headers? Is there any way to disable the new feature in the settings that we can tell users about (worst case scenario)?
ANSWER
Answered 2017-Oct-10 at 15:31You should make a CNAME or hosts
entry that points a valid domain at 127.0.0.1
, then get a (perhaps self-signed) certificate for that domain.
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install asmcrypto.js
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page