From 6a6ccf68eeebebba1596d402dc16f75aa07d9d20 Mon Sep 17 00:00:00 2001 From: Bill Buchanan Date: Tue, 9 Feb 2021 07:57:49 +0000 Subject: [PATCH] Update possible_ans.md --- unit02_symmetric/lab/possible_ans.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unit02_symmetric/lab/possible_ans.md b/unit02_symmetric/lab/possible_ans.md index 4bb6f29..8ae85b0 100644 --- a/unit02_symmetric/lab/possible_ans.md +++ b/unit02_symmetric/lab/possible_ans.md @@ -486,7 +486,7 @@ plaintext = Padding.removePadding(plaintext.decode(),blocksize=Padding.AES_block print (" decrypt: "+plaintext) ``` -A sample is [here])(https://repl.it/@billbuchanan/ch02ans06#main.py). +A sample is [here](https://repl.it/@billbuchanan/ch02ans06#main.py). A sample run gives: