We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71166f2 commit 84dde4bCopy full SHA for 84dde4b
README.md
@@ -8,11 +8,11 @@ Create an object
8
9
Printout encrypted string
10
11
- System.out.println(">" + test.encrypt("Test", "Test1234Test1234") + "<");
+ System.out.println(">" + cipher.encrypt("Test", "Test1234Test1234") + "<");
12
13
Printout decrypted string
14
15
- System.out.println(">" + test.decrypt("5c61eZ2k+CbeDThLD2bP/w==", "Test1234Test1234") + "<");
+ System.out.println(">" + cipher.decrypt("5c61eZ2k+CbeDThLD2bP/w==", "Test1234Test1234") + "<");
16
17
# License
18

0 commit comments