title | keywords | summary | permalink | folder | references | authors | current_reviews | last_updated | tags | |||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
JavaScript Asymmetric String Encryption using "node-forge" |
sample |
Asymmetric String Encryption in JavaScript |
javascript_forge_asymmetric_string_encryption.html |
JavaScript Forge |
|
|
2018-11-27 |
|
- Usable on server side, not intendend, for use on client side/in Browsers
- All can encrypt a message using the public key, but only the recipient can decrypt it using the private key
- Encrypt a string, using the public key and decrypting it, using the private key
- 10.13.0
- ECMAScript 6 and higher
{% include_relative src/allinone/ExampleAsymmetricStringEncryption.js %}
{% include links.html %}