2 new projects and additional information to the in detail documented projects:
JSP-MemCounter: In order to learn more in JavaServerPages (JSP), I decided to implement a JSP-based project. It deals thereby around storing the Andy Hoppe Counter (http://www.andyhoppe.com/) (counter) for internet sides in a SQL data base. By means of a JSP side all entries in the data base can be regarded.
>>> to JSP-MemCounter
IDEA-Crypt: Because i wanted to build a ciphering-function in my PIEdit (editor), I decided to search for different symmetrical coding procedures. I am discovered 2 potential candidates (Triple-DES and IDEA). Finally my decision fell on IDEA, since this is relatively fast and uses a 128 bit key. The advantage to put such a procedure directly into an editor is the fact that the file never appears plain on the hard disc and thus cannot be spied with a unerase tool (e.g. O&O Unerase (http://www.oo-software.com/de/products/oounerase/)). E.g. if one uses WinZIP the file must lay unencrypted on the computer before. The moreover I heard in a lecture the fact that the Java Security API was not uncertain (whether it is still like that, I dont know). Since with me meanwhile approx. 20 different names/passwords for the entrance to certain internet sides accumulated, I can insert these now comfortably in a PIEdit file and with use of copy/paste directly insert into the entrance sides (remark: I will publish in next time the newest version of PIEdit, with numerous other new functions).
>>> to IDEA-Crypt
Tasks-To-Solve: In every more detailed project I additionally remarked which tasks i had to solve there.