[Internet-cafe-developer] InternetCafe - Subproject 6 - JDBS - CVS Commit
Status: Inactive
Brought to you by:
junior-skunk
From: Guido A. I. <jun...@gm...> - 2006-03-09 13:42:10
|
I released on our CVS a new module named: jdbs the current implementation of JDBS - InternetCafe - Subproject 6 (few thousands of code lines). The link to the JDBS subproject documentation is: http://internet- cafe.sourceforge.net/docs/subprojects/subproject6/index.html. If anyone wants to help me creating a GUI (Graphical User Interface) for JDBS and configuring the JXTA platform I will appreciate... Every source file committed is tested with junit and works... What we have is: - Support for file management trough the class named FileUtil... - Support for file compression in ZIP format with the class named ZipUtil... - Symmetric (DES) and asymmetric (RSA) cryptography support (take a look at the package named cryptography)... - Management of key stores and X509 certificated using Bouncy Castle anf standard JCE... - Backup artifact creation (every backup has a list of files associated, each file during the creation is encrypted symmetrically and signed asymmetrically at the end of the process)... - Local backup repository indexing facilities (the user's repository is a directory on the filesystem where backups are stored)... Cheers, Guido |