Skip to content

Commit 068bb22

Browse files
Update README.md
1 parent 34232a2 commit 068bb22

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22
The JSONCrypt library is specifically used for encrypting and decrypting data that is sent and received between a client and a server. This library can be easily used by budding programmers to secure their data transmission. The library makes use of 128 bit AES encryption of data, followed by either RSA encryption or developer specified custom encryption of the AES key. This grants the user absolute right to control and manage the security of their data. Further, a user is entitled to various methods of creating an AES key for encryption. Library users include both J2EE and Android developers working extensively on server request and response.
33

44

5+
Required Packages:
6+
----------------------
7+
8+
The release includes the following required packages :
9+
10+
1. SimpleCipherJava : https://github.com/iamsudiptasaha/SimpleCipherJava
11+
12+
2. org.json : http://www.java2s.com/Code/Jar/o/Downloadorgjsonjar.htm
13+
14+
515
Communication scenarios:
616
---------------------------------------
717

0 commit comments

Comments
 (0)