/web-crypto-test

Test Web Crypto API in comparison to node-forge.

Primary LanguageTypeScriptMIT LicenseMIT

Web Crypto Test

What is this about?

This little project demonstrates how to do AES and RSA encryption and decryption using node-forge and Web Crypto API, compare the two specially in terms of performance.

If you want to try out right away, visit github-page link provided at github repository.

Features

  • AES
  • RSA
  • The number of times to repeat encryption/decryption
  • Elapsed time