Skip to content

Architvaidya/Encyption-Decryption-using-openssl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

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

No packages published