File tree Expand file tree Collapse file tree 1 file changed +9
-5
lines changed
Expand file tree Collapse file tree 1 file changed +9
-5
lines changed Original file line number Diff line number Diff line change 11# CryptLib
22A Java library for encrypting and decrypting text with AES
33# WARNING!
4- Please be sure you know what you are doing!
5- This is a 128 bit AES/ECB cipher! Not military encryption!
6- You should only encrypt text!
7- Read more about ECB: https://en.wikipedia.org/wiki/Block_cipher_mode_of_operation
4+ Please be sure you know what you are doing! < br >
5+ This is a 128 bit AES/ECB cipher! Not military encryption! < br >
6+ You should only encrypt text! < br >
7+ Read more about ECB: https://en.wikipedia.org/wiki/Block_cipher_mode_of_operation < br >
88# Usage
99
1010Create an object
@@ -24,7 +24,11 @@ Output:
2424
2525> \> Test<
2626
27- Or try out the PermKey function:
27+ <br >
28+
29+ ** Or try out the PermKey function:**
30+
31+ <br >
2832
2933Create an object
3034
You can’t perform that action at this time.
0 commit comments