Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Darius Musiolik authored Jul 12, 2017
1 parent cc45caa commit 7bb8a28
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# CryptLib
A Java library for encrypting and decrypting text with AES
# WARNING!
Please be sure you know what you are doing!
This is a 128 bit AES/ECB cipher! Not military encryption!
You should only encrypt text!
Read more about ECB: https://en.wikipedia.org/wiki/Block_cipher_mode_of_operation
Please be sure you know what you are doing! <br>
This is a 128 bit AES/ECB cipher! Not military encryption! <br>
You should only encrypt text! <br>
Read more about ECB: https://en.wikipedia.org/wiki/Block_cipher_mode_of_operation <br>
# Usage

Create an object
Expand All @@ -24,7 +24,11 @@ Output:
>\>Test<
Or try out the PermKey function:
<br>

**Or try out the PermKey function:**

<br>

Create an object

Expand Down

0 comments on commit 7bb8a28

Please sign in to comment.