Prune sysutils/rubygem-fluent-mixin-plaintextformatter
[dports.git] / security / p5-Crypt-Passwd-XS / pkg-descr
1 Crypt::Passwd::XS - Full XS implementation of common crypt() algorithms
2
3 This module provides several common crypt() schemes as full XS
4 implementations.  It allows you to validate crypted passwords that were
5 hashed using a scheme that the system's native crypt() implementation
6 does not support.
7
8 The following files are adapted from other sources (primarily DragonFly BSD.)
9 See the copyright notices in these files for full details:
10
11 crypt_to64.c - copyright 1991 University of California
12 crypt_to64.h - copyright 1991 University of California
13 des.c - copyright 1994 David Burren, Geoffrey M. Rehmet, Mark R V Murray
14 md5.c - copyright 1999, 2000, 2002 Aladdin Enterprises
15 md5.h - copyright 1999, 2000, 2002 Aladdin Enterprises
16 md5crypt.c - copyright Poul-Henning Kamp
17 md5crypt.h - copyright Poul-Henning Kamp
18 sha256crypt.c - public domain reference implementation by Ulrich Drepper
19 sha512crypt.c - public domain reference implementation by Ulrich Drepper
20
21 WWW: http://search.cpan.org/dist/Crypt-Passwd-XS/