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