Skip to content

Commit 473eb9a

Browse files
authored
Update README.md
1 parent 2b4ad6f commit 473eb9a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,10 @@ Security is major concern these days. Keeping this real life problem in mind we
66
to make a tool which can encrypt and decrypt a specific file.
77

88
# File format:
9-
Our code supports encryption and decryption of simple text files and images.
9+
Our code supports encryption and decryption of simple text files and images file.
1010

1111
Coding Language: Java
12+
GUI: Javafx
1213

1314
# Techniques: The algorithms that have been used by us include
1415
1.) Caesar Cipher - It is a type of substitution cipher in which each letter in the plaintext is 'shifted' a certain number of places down the alphabet. For example, with a shift of 1, A would be replaced by B, B would become C, and so on.

0 commit comments

Comments
 (0)