Skip to content

encrypt decrypt file using C language and AES Algorithm

Notifications You must be signed in to change notification settings

sidharths4190/encrypt_decrypt_file

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Description:

this program was created to encrypt and decrypt file on windows or linux or any other plateform

how to use ?

First you must be compile this program using gcc or other compiler ex:

$> gcc encrypt_decrypt_file.c -lcrypto -o output

And

  • to encrypt: $> ./output encrypt path_of_your_file
  • to decrypt: $> ./output decrypt path_of_your_file

to contact me: ridouaniayoub@gmail.com

good luck

About

encrypt decrypt file using C language and AES Algorithm

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 100.0%