Skip to content

Commit 439a61e

Browse files
authored
Update javascript_string_encryption_password_based_symmetric_forge.md
1 parent b6db326 commit 439a61e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

javascript_string_encryption_password_based_symmetric_forge.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ tags: [JavaScript, Node.js, node-forge, AES, GCM, PBKDF2, Salt, AEAD]
5151
## Example Code for JavaScript Password Based String Encryption using AES-GCM and PBKDF2
5252

5353
```js
54-
{% include_relative src/allinone/forge/ExampleStringEncryptionPasswordBased.js %}
54+
{% include_relative src/allinone/ExampleStringEncryptionPasswordBased.js %}
5555
```
5656

5757
{% include links.html %}

0 commit comments

Comments
 (0)