tree: d4f2b83a9dc45cc9087572b32eba748e41aadaaa [path history] [tgz]
  1. example_AES_ENCRYPTION.html
  2. example_BLS.html
  3. example_DVS_BLS383.html
  4. example_ECC_BLS383_NIST521.html
  5. example_ECC_NIST256.html
  6. example_HASH.html
  7. example_MPIN_BLS383.html
  8. example_MPIN_FULL_BLS383.html
  9. example_MPIN_ONE_PASS_BLS383.html
  10. example_MPIN_TP_BLS383.html
  11. example_RSA2048_ECDSA_NIST256.html
  12. example_RSA2048_GENKEY.html
  13. README.md
examples/browser/README.md

Browser examples

Browser examples using the milagro-crypto-js library, for example;

cp -r ../../src .
ln -s example_AES_ENCRYPTION.html  index.html
busybox httpd -f -p 8000

Open this url in your browser

127.0.0.1:8000

and look at the output in the browser's console.