Current File : /home/inlingua/public_html/decay_sym/root/var/softaculous/apps/libargon2/info.xml
<soft xmlns="http://www.softaculous.com">
	<overview>
		<img src="logo.gif" style="float:right;" alt="" />{{overview}}
	</overview>
	<features>
		{{features}}
	</features>
	<ratings>
		
	</ratings>
	<space>
		880640
	</space>
	<support>
		https://github.com/P-H-C/phc-winner-argon2
	</support>
	<version>
		20190702
	</version>
	<mod>2</mod>
	<mod_files>0</mod_files>
	<softversion>
		4.1.9
	</softversion>
	<major>1</major>
	<release_date>20-05-2019</release_date>

	<path name="base">/usr/local/apps/libargon2</path>
	<remove>/usr/local/apps/libargon2</remove>
	<extract file="libargon2-$arch.tar.gz">$appsdir</extract>
	<languages>
		<english-overview>
		<font size="5" color="#182e7a"> Argon2</font> is a password-hashing function that summarizes the state of the art in the design of memory-hard functions and can be used to hash passwords for credential storage, key derivation, or other applications.
<br /><br />
libargon2 is distributed under a <a href="https://github.com/P-H-C/phc-winner-argon2/blob/master/LICENSE" target="_blank">LGPL</a>
		</english-overview>
		<english-features>
			Argon2 has three variants: Argon2i, Argon2d, and Argon2id. Argon2d is faster and uses data-depending memory access, which makes it highly resistant against GPU cracking attacks and suitable for applications with no threats from side-channel timing attacks (eg. cryptocurrencies). Argon2i instead uses data-independent memory access, which is preferred for password hashing and password-based key derivation, but it is slower as it makes more passes over the memory to protect from tradeoff attacks. Argon2id is a hybrid of Argon2i and Argon2d, using a combination of data-depending and data-independent memory accesses, which gives some of Argon2i's resistance to side-channel cache timing attacks and much of Argon2d's resistance to GPU cracking attacks.
		</english-features>
	</languages>
</soft>