File tree Expand file tree Collapse file tree 1 file changed +17
-0
lines changed
Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Original file line number Diff line number Diff line change 1+ # ALGORITHM-WORK-FLOW
2+ ** Encryption** is the process of translating plain text data (plaintext) into something that appears to be random and meaningless (ciphertext).
3+ ** Decryption** is the process of converting ciphertext back to plaintext
4+
5+ ## Application Interface
6+ ![ Image] ( https://github.com/user-attachments/assets/56b32334-e2e4-40f7-8396-6922500a43ed )
7+
8+ ---
9+ ### What projectRepo is about?
10+ - Did the project following the * RSA Algorithm [ For CIPHER-TEXTING] and AES Algorithm [ For CIPHER-IMAGING] *
11+ - It's desktop base application
12+
13+ *** NOTE** : For Image format must be ** .png***
14+
15+ ### PREREQUISITIES
16+ - ** Java Development Kit (JDK)** : Make sure you have JDK installed on your system. You can download it from oracle.com
17+ - ** Swing Interface** : Helps in development of DestopBased Application
You can’t perform that action at this time.
0 commit comments