Skip to content

karthik3583/File-Encryption-Decryption-System

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Protecting some of the user files like images, financial documents etc are important.Limitations for protecting the personal files and data needs to be eliminated.Encryption and decryption have successfully eliminated the problems associated with sensitive files.Using this application system various files can be encrypted and decrypted by using suitable algorithms.

AES algorithm enables to deal with different key sizes. AES-128 is the most efficient algorithm as 128-bit key length provides sufficient strength today. However, we can implement AES 192, 256 bits key length as well, whereas other encryption algorithms like DES implement only 56-bit key length. Since there is a possibility to implement 192 and 256-bit key length though 128-bit key length is efficient, AES can be considered advantageous over other encryption algorithms.

About

File Encryption, Decryption using AES-256 Algorithm

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published