-
Notifications
You must be signed in to change notification settings - Fork 0
Architvaidya/Encyption-Decryption-using-openssl
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Name: Archit Vaidya email: [email protected] Ensure that openssl is installed on the machine Steps to compile: 1)Navigate to folder 'p2-avaidya4' 2)type g++ -I<path to include file> -L<path to lib file> main.cc fscrypt.cc -lcrypto -o ./a.out for fscrypt.cc 3)type g++ -I<path to include file> -L<path to lib file> main.cc fscrypt2.cc -lcrypto -o ./a.out for fscrypt2.cc If assertion failure is observed, please try to test with main file provided.
About
Implementation of ECB-CBC mode of encryption/decryption using openssl
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published