Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
J
jack
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Dave Pena PhD
jack
Commits
8664cbea
Commit
8664cbea
authored
Sep 20, 2020
by
dfpena
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
changed everything for Jacks working environment
parent
25414210
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
8 additions
and
5 deletions
+8
-5
cbc.bmp
cbc.bmp
+0
-0
client_lab1.sh
client_lab1.sh
+5
-2
ecb.bmp
ecb.bmp
+0
-0
lab1.sh
lab1.sh
+3
-3
No files found.
cbc.bmp
0 → 100644
View file @
8664cbea
3.68 MB
client_lab1.sh
View file @
8664cbea
#!/bin/bash
cd
1520_lab3_jmurakami
rm
ecb.bmp
rm
cbc.bmp
rm
ecb.bin
rm
cbc.bin
head
-c
54 iu.bmp
>
cbc.bmp
head
-c
54 iu.bmp
>
ecb.bmp
...
...
@@ -17,7 +20,7 @@ openssl enc -aes-128-ecb -e -in iu.bmp -out ecb.bin -k jacks
tail
-c
3858000 cbc.bin
>>
cbc.bmp
tail
-c
3858000 ecb.bin
>>
ecb.bmp
echo
jacksvm
|
sudo
-S
mv
ecb.bmp /var/www/html/ecb.bmp
echo
jacksvm
|
sudo
-S
mv
cbc.bmp /var/www/html/cbc.bmp
echo
Lindley_026Lab
|
sudo
-S
mv
ecb.bmp /var/www/html/ecb.bmp
echo
Lindley_026Lab
|
sudo
-S
mv
cbc.bmp /var/www/html/cbc.bmp
ecb.bmp
0 → 100644
View file @
8664cbea
3.68 MB
lab1.sh
View file @
8664cbea
...
...
@@ -3,11 +3,11 @@
rm
client_lab1.sh
wget https://git.pluricorp.com/dfpena/jack/raw/master/client_lab1.sh
chmod
+x client_lab1.sh
cat
client_lab1.sh | ssh
jacksvm@jacksvm.local
cat
client_lab1.sh | ssh
cadmin@192.168.122.188
wget jacksvm.local/ecb.bmp
wget jacksvm.local/cbc.bmp
open /Applications/GIMP-2.10.ap
p ecb.bmp
open /Applications/GIMP-2.10.ap
p cbc.bmp
gim
p ecb.bmp
gim
p cbc.bmp
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment