From 911afbb1878b8ea14fdb915552bdc19b9751e98a Mon Sep 17 00:00:00 2001 From: Bill Buchanan Date: Mon, 8 Feb 2021 12:05:51 +0000 Subject: [PATCH] Update README.md --- unit02_symmetric/lab/README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/unit02_symmetric/lab/README.md b/unit02_symmetric/lab/README.md index ec71fcf..03ecb56 100644 --- a/unit02_symmetric/lab/README.md +++ b/unit02_symmetric/lab/README.md @@ -492,11 +492,11 @@ var data = "This is a test"; var password = "hello"; var algorithm = "aes256" -#const args = process.argv.slice(3); +//const args = process.argv.slice(3); -#data = args[0]; -#password = args[1]; -#algorithm = args[2]; +//data = args[0]; +//password = args[1]; +//algorithm = args[2]; console.log("\nText:\t\t" + data); console.log("Password:\t" + password);