资 源 简 介
Journal is a simple dialog based program written in Java. The idea was to make something simple where I could type, but so that I could also quickly encrypt what I was typing and save it that way as well as quickly decrypt it if I wanted to load it again for editing or to review.
Requirements:
* Sun JDK/JRE 6
* Eclipse 3.2.2
The JournalPlugin sub-project is designed to be a stand-alone library used to write plugins for the journal. The only requirement is to extend the JournalPlugin abstract class, and implement the abstract encrypt(String) method that returns a String. The Encryption Journal will call that method by passing the text from the text area to it, then you can do any work on it in your encrypt method. I"ve tried to keep it all very simple~~, but the plugins won"t work yet. That is my next major piece of development.~~ Plugins work now. See News below!
请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报