summaryrefslogtreecommitdiff
path: root/dev-php/scrypt/metadata.xml
blob: 05cea54b564351e379afad9dbba5e0a0da2c69d8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
	<maintainer type="person" proxied="yes">
		<email>spiderx@spiderx.dp.ua</email>
		<name>Vladimir Pavljuchenkov</name>
	</maintainer>
	<maintainer type="project" proxied="proxy">
		<email>proxy-maint@gentoo.org</email>
		<name>Proxy Maintainers</name>
	</maintainer>
	<longdescription lang="en">
	A PHP library providing a wrapper to Colin Percival's scrypt
	implementation. Scrypt is a key derivation function designed
	to be far more secure against hardware brute-force attacks
	than alternative functions such as PBKDF2 or bcrypt.
	</longdescription>
	<upstream>
		<remote-id type="github">DomBlack/php-scrypt</remote-id>
		<remote-id type="pecl">scrypt</remote-id>
	</upstream>
</pkgmetadata>