Re: [PATCH] doc: Replace examples of MD5 and SHA1 with SHA256

2023-12-15 Thread Sean Anderson
On 12/3/23 11:45, Peter Robinson wrote: On Sat, Dec 2, 2023 at 7:33 PM Sean Anderson wrote: Both SHA1 and (especially) MD5 are no longer as safe as they once were for cryptographic use. Replaces examples which use them with examples using SHA256 instead. This will provide more-secure defaults

Re: [PATCH] doc: Replace examples of MD5 and SHA1 with SHA256

2023-12-09 Thread Tom Rini
On Sat, Dec 02, 2023 at 02:33:14PM -0500, Sean Anderson wrote: > Both SHA1 and (especially) MD5 are no longer as safe as they once were for > cryptographic use. Replaces examples which use them with examples using > SHA256 instead. This will provide more-secure defaults for users who use > documen

Re: [PATCH] doc: Replace examples of MD5 and SHA1 with SHA256

2023-12-03 Thread Simon Glass
Hi Sean, On Sat, 2 Dec 2023 at 12:38, Sean Anderson wrote: > > On 12/2/23 14:33, Sean Anderson wrote: > > Both SHA1 and (especially) MD5 are no longer as safe as they once were for > > cryptographic use. Replaces examples which use them with examples using > > SHA256 instead. This will provide mo

Re: [PATCH] doc: Replace examples of MD5 and SHA1 with SHA256

2023-12-03 Thread Peter Robinson
On Sat, Dec 2, 2023 at 7:33 PM Sean Anderson wrote: > > Both SHA1 and (especially) MD5 are no longer as safe as they once were for > cryptographic use. Replaces examples which use them with examples using > SHA256 instead. This will provide more-secure defaults for users who use > documentation ex

Re: [PATCH] doc: Replace examples of MD5 and SHA1 with SHA256

2023-12-02 Thread Sean Anderson
On 12/2/23 14:33, Sean Anderson wrote: Both SHA1 and (especially) MD5 are no longer as safe as they once were for cryptographic use. Replaces examples which use them with examples using SHA256 instead. This will provide more-secure defaults for users who use documentation examples as a base for t

[PATCH] doc: Replace examples of MD5 and SHA1 with SHA256

2023-12-02 Thread Sean Anderson
Both SHA1 and (especially) MD5 are no longer as safe as they once were for cryptographic use. Replaces examples which use them with examples using SHA256 instead. This will provide more-secure defaults for users who use documentation examples as a base for their own use. This is not too necessary f