|
|
|
|
|
by riquito
4723 days ago
|
|
You can't do cryptography in Javascript (yet). There is no point in encrypting client side if 1) the server provided the cryptographic libraries (so they may be compromised) 2) every kind of javascript code external to the crypto library can modify it, modify the environment, read everything that is passed around I don't know how the not yet standardized window.crypto will adress 2), but as of now you can't trust DOM level encryption. |
|
But yes there is JS crypto in the project, as a planned separate optional driver.