Password protect a static HTML page, decrypted in-browser in JavaScript
Password protect a static HTML page, decrypted in-browser in JS with no dependency. No server logic needed. - robinmoisson/staticrypt... (more…)
Read more »
When implementing a language feature for JavaScript, an implementer must make decisions about how the language in the specification maps to the implementation. Sometimes this is fairly simple, where the specification and implementation can share much of t… Read more