Contains the materials used for the blog post about Web Cryptography API.
https://excellium-services.com/2021/12/02/what-is-web-cryptography-api/
ℹ️ Download the PDF file to enable the links inside the PDF.
See file study-note.pdf to access to the full study note gathered and used for the demo web app as well as the blog post.
ℹ️ All files related to the demo web app are stored in the docs folder.
The lab is automatically deployed via the Github page feature, on every commit on the main
branch, on the following URL:
https://excelliumsa.github.io/WebCryptographyAPI-Study/
- Use the following set of command lines:
$ cd [REPO_CLONE_FOLDER]
$ # See https://www.npmjs.com/package/npx
$ # See https://www.npmjs.com/package/http-server
$ npx http-server -p 8443 -S -C cert.pem -K key.pem -c-1
Starting up http-server, serving ./ through https
Available on:
...
https://127.0.0.1:8443
Hit CTRL-C to stop the server
Or use the launch configuration named StartWebServerWithHTTPS
in the Visual Studio Code workspace provided.
- Open the url
https://127.0.0.1:8443/docs
in your browser accept the certificate warning because it is a self signed one.