Skip to content

Commit 84dde4b

Browse files
author
Darius Musiolik
authored
Update README.md
1 parent 71166f2 commit 84dde4b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ Create an object
88

99
Printout encrypted string
1010

11-
System.out.println(">" + test.encrypt("Test", "Test1234Test1234") + "<");
11+
System.out.println(">" + cipher.encrypt("Test", "Test1234Test1234") + "<");
1212

1313
Printout decrypted string
1414

15-
System.out.println(">" + test.decrypt("5c61eZ2k+CbeDThLD2bP/w==", "Test1234Test1234") + "<");
15+
System.out.println(">" + cipher.decrypt("5c61eZ2k+CbeDThLD2bP/w==", "Test1234Test1234") + "<");
1616

1717
# License
1818
![GNU GPLv3 Image](https://www.gnu.org/graphics/gplv3-127x51.png)

0 commit comments

Comments
 (0)