metadata.xml 685 B

12345678910111213141516171819
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
  3. <pkgmetadata>
  4. <maintainer type="project">
  5. <email>java@gentoo.org</email>
  6. <name>Java</name>
  7. </maintainer>
  8. <longdescription>
  9. The Blowfish implementation in Java, provides very fast ECB and CBC encryption.
  10. Comes with the BlowfishEasy class for simple string encryption, plus a solution
  11. for streaming, both are binary compatible to Blowfish.NET. Additionally this
  12. package includes its own SHA-1 class, all sources, JUnit test cases, demos and
  13. JavaDocs.
  14. </longdescription>
  15. <upstream>
  16. <remote-id type="sourceforge">blowfishj</remote-id>
  17. </upstream>
  18. </pkgmetadata>