Skip to content

CSE-CLOUD/openssl_autograd1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 

Repository files navigation

Autograding Assignment: OpenSSL API

This assignment requires you to complete two tasks using the OpenSSL API:

  1. Generate a hash of a given message using SHA-256.
  2. Perform encryption and decryption using AES-256 in CBC mode.

Instructions

  1. Accept the assignment and open the assignment repository in GitHub Codespaces.
  2. Complete the question1.c and question2.c files in the starter_files directory.
  3. Run the main functions in the question1.c and question2.c files in the starter_files directory, to check whether your implementation is proper.
  4. Commit your changes and push your code to the repository.

Note : Don't Change Any Lines of main() function in question1.c and question2.c files in the starter_files directory.

Good luck!

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages