Skip to content

Commit fdac19e

Browse files
authored
Update javascript_string_encryption_key_based_symmetric_forge.md
1 parent 84e61fc commit fdac19e

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

javascript_string_encryption_key_based_symmetric_forge.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ current_reviews: [
2424

2525
]
2626
# Indicates when this example was last updated/created. Reviews don't change this.
27-
last_updated: "2018-09-17"
27+
last_updated: "2018-10-15"
2828
tags: [JavaScript, Node.js, node-forge, AES, GCM, Salt, AEAD]
2929
---
3030

@@ -40,12 +40,10 @@ tags: [JavaScript, Node.js, node-forge, AES, GCM, Salt, AEAD]
4040
## JavaScript Version
4141

4242
- ECMAScript 6 and higher
43-
- In order to run this code, one hast to build it with an ECMAScript 6 compiler like Babel. see "installation".
4443

4544
## Installation
4645

4746
- [node-forge](https://github.com/digitalbazaar/forge")
48-
- [Babel](https://babeljs.io/)
4947
- [Winston logger](https://github.com/winstonjs/winston)
5048

5149
## Example Code for JavaScript String Encryption with key generation using AES-GCM

0 commit comments

Comments
 (0)