Skip to content

Commit 2632db8

Browse files
authored
Update javascript_file_encryption_symmetric_password_based_forge.md
1 parent dd81072 commit 2632db8

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

javascript_file_encryption_symmetric_password_based_forge.md

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

2727
]
2828
# Indicates when this example was last updated/created. Reviews don't change this.
29-
last_updated: "2018-09-017"
29+
last_updated: "2018-10-15"
3030
tags: [JavaScript, Node.js, node-forge, AES, GCM, PBKDF2, Salt, AEAD] A
3131
---
3232

@@ -42,12 +42,10 @@ tags: [JavaScript, Node.js, node-forge, AES, GCM, PBKDF2, Salt, AEAD] A
4242
## JavaScript Version
4343

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

4746
## Installation
4847

4948
- [node-forge](https://github.com/digitalbazaar/forge")
50-
- [Babel](https://babeljs.io/)
5149
- [Winston logger](https://github.com/winstonjs/winston)
5250

5351
## Example Code for JavaScript Password based symmetric file encryption using AES-GCM and PBKDF2

0 commit comments

Comments
 (0)