Commit b0904ee6 authored by Dave Pena PhD's avatar Dave Pena PhD

added zip information

parent 42d0f218
......@@ -73,6 +73,13 @@ sudo service apache2 restart ---> works as serveroperator
Lab 3
Create Working directory
mkdir 1520_lab3_username
cd 1520_lab3_username
1 .
sudo apt install openssl dhex
......@@ -150,3 +157,7 @@ openssl rsautl -encrypt -inkey public.pem -pubin -in key.bin -out key.bin.enc
openssl rsautl -decrypt -inkey private1.pem -in key.bin.enc -out key.dec.bin
openssl enc -d -aes-256-cbc -in cipher.enc -out plain.txt -pass file:./key.dec.bin
cd ..
zip -r 1520_lab3_username
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment