Skip to content

HassanYosuf/Image-Processor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 

Repository files navigation

About

Image encryption can be defined in such a way that it is the process of encoding secret image with the help of XOR encryption algorithm(cyrptography) in such a way that unauthorized users can't access it.

Swing (GUI)

Swing is a GUI widget toolkit for Java. It is part of Oracle's Java Foundation Classes (JFC) – an API for providing a graphical user interface (GUI) for Java programs.

For more

https://www.geeksforgeeks.org/creating-frames-using-swings-java/

AWT(Abstract Window Toolkit)

It is a platform dependent API for creating Graphical User Interface (GUI) for java programs.

For more

https://www.javatpoint.com/java-awt

XOR encryption

XOR cipher employs the XOR logical operation in order to encrypt data. ... Then, XOR operation is performed using the key so that an encrypted data is created. In order to decrypt, the same key should be used and XOR operation should be run again. XOR operation uses the same key for both encryption and decryption.

For more

https://www.geeksforgeeks.org/xor-cipher/

Application Screenshot

Releases

No releases published

Packages

No packages published

Languages