Skip to content

Code repository for the final project on CS253 Computer Security handled by Dr. Susan Pancho-Festin

License

Notifications You must be signed in to change notification settings

jrtmendoza/cs253

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Code repository for the final project on CS253 Computer Security handled by Dr. Susan Pancho-Festin

Cryptography Exercises using OpenSSL

  1. To get started, clone the repository:

$ git clone https://github.com/jrtmendoza/cs253.git

  1. Set up the working directory

cd cs253 ; ./make clean

  1. Execute the cs253-encrypt

$ bash ./cs253-encrypt.sh

The script requires Internet connectivity to run. Two directories will be created on the same directory where the script is called. The first routine will download the LENA image from a remote URL and execute the commands needed for the OpenSSL exercises specified in the project requirements. The code is written in bash and tested on Ubuntu 16.04 64-bit Desktop. The routines in the script make use of other command line tools aside from OpenSSL to perform some verification functions.

  1. Verify the output

$ bash ./cs253-check.sh

About

Code repository for the final project on CS253 Computer Security handled by Dr. Susan Pancho-Festin

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published