brix / crypto-js

JavaScript library of crypto standards.
Other
15.68k stars 2.38k forks source link

Will this crypto-js work on vanilla JS? #347

Open rajhlinux opened 3 years ago

rajhlinux commented 3 years ago

Will this crypto-js work on vanilla JS? With out needing any kind of third party software like node.js?

I'm using my backend pure c++.

i need the client side to do some encrypting before data is sent to the server.

So will this crypto-js work on the client side without needing to have a Node.js server?

Hinaser commented 3 years ago

Yes.