From: Lucas Stach <l.stach@pengutronix.de>
To: ptxdist@pengutronix.de
Cc: "Björn Esser" <bes@pengutronix.de>
Subject: Re: [ptxdist] [PATCH v4] libxcrypt: new package
Date: Mon, 23 Sep 2019 12:12:38 +0200 [thread overview]
Message-ID: <78fba0091aa6c2ca4116925f3d962e0b1dc03c1d.camel@pengutronix.de> (raw)
In-Reply-To: <20190923100706.1994-1-b.esser@pengutronix.de>
Hi Björn,
Am Montag, den 23.09.2019, 12:07 +0200 schrieb Björn Esser:
> From: Björn Esser <bes@pengutronix.de>
>
> Also implement the needed logic to (optionally) replace
> the libcrypt from the selected libc with libxcrypt.
>
> libxcrypt is a modern library for one-way hashing of passwords.
> It supports a wide variety of both modern and historical hashing
> methods: yescrypt, gost-yescrypt, scrypt, bcrypt, sha512crypt,
> sha256crypt, md5crypt, SunMD5, sha1crypt, NT, bsdicrypt, bigcrypt,
> and descrypt. It provides the traditional Unix crypt and crypt_r
> interfaces, as well as a set of extended interfaces pioneered by
> Openwall Linux, crypt_rn, crypt_ra, crypt_gensalt, crypt_gensalt_rn,
> and crypt_gensalt_ra.
>
> libxcrypt is intended to be used by login(1), passwd(1), and other
> similar programs; that is, to hash a small number of passwords
> during an interactive authentication dialogue with a human. It is
> not suitable for use in bulk password-cracking applications, or in
> any other situation where speed is more important than careful
> handling of sensitive data. However, it is intended to be fast and
> lightweight enough for use in servers that must field thousands of
> login attempts per minute.
>
> Signed-off-by: Björn Esser <bes@pengutronix.de>
> ---
It would be nice to have a log of changes between the patch revisions
here to make it easier for reviewers to tell what changed from the last
submission.
Regards,
Lucas
_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
next prev parent reply other threads:[~2019-09-23 10:12 UTC|newest]
Thread overview: 20+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-09-16 12:57 [ptxdist] [PATCH] " Björn Esser
2019-09-18 5:41 ` Denis OSTERLAND
2019-09-18 8:41 ` [ptxdist] [PATCH v2] " Björn Esser
2019-09-18 9:57 ` [ptxdist] [PATCH v3] " Björn Esser
2019-09-18 10:06 ` Ahmad Fatoum
2019-09-18 10:34 ` Björn Esser
2019-09-23 10:07 ` [ptxdist] [PATCH v4] " Björn Esser
2019-09-23 10:12 ` Lucas Stach [this message]
2019-09-23 10:42 ` Björn Esser
2022-05-04 16:58 ` [ptxdist] [PATCH v5] " Andreas Helmcke
2022-05-05 7:27 ` Alexander Dahl
2022-05-05 12:46 ` [ptxdist] [PATCH v6] " Andreas Helmcke
2022-05-06 8:49 ` Michael Olbrich
2022-05-06 11:27 ` [ptxdist] [PATCH v7] " Andreas Helmcke
2022-05-06 11:41 ` Michael Olbrich
2022-05-07 20:44 ` [ptxdist] [PATCH v8] " Andreas Helmcke
2023-10-16 17:01 ` [ptxdist] [PATCH v9] " Andreas Helmcke
2023-11-10 7:25 ` [ptxdist] [APPLIED] " Michael Olbrich
2023-11-10 7:32 ` [ptxdist] [PATCH v9] " Michael Olbrich
2022-05-06 11:53 ` [ptxdist] [PATCH v7] " Alexander Dahl
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=78fba0091aa6c2ca4116925f3d962e0b1dc03c1d.camel@pengutronix.de \
--to=l.stach@pengutronix.de \
--cc=bes@pengutronix.de \
--cc=ptxdist@pengutronix.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox