dev-util/idea-* minor fixes
[anomen-overlay.git] / www-apps / pmwiki / cookbook / AesCrypt / JavaAesCryptTest / src / main / resources / readme.txt
blobcbaeff2431a970d6bff658fd8197ccc4e849ef40
1 JavaAesCryptTest
2 ================
4 This java application can test encryption rutine used in AesCrypt PmWiki recipe
5 ( http://www.pmwiki.org/wiki/Cookbook/AesCrypt ).
7 This is sample of PmWiki page content:
9 (:aes C1bwAKkCQm2N7Yuk :)
11 (:aes yxR6Tg8PDw8WfHwFPR1xrg== :)
13 (:aes vrJ5TpeXl5eYW4yixn0= :)
15 (:aes 4bJ5TmRkZGRqAw== :)
17 (:aes /bJ5Tl9fX18Knw== :)
19 (:aes HLN5TqSkpKTXq3iJp/XqnA== :)
22 These lines are encrypted using defult password "TopSecret".
24 Execution:
25 ----------
26 Use following command to start command-line interface:
28   java -jar JavaAesCryptTest-jar-with-dependencies.jar
31 Note: GUI interface is not yet implemented.