Date: Sun, 12 Jan 2025 18:08:43 +0000 From: bugzilla-noreply@freebsd.org To: bugs@FreeBSD.org Subject: [Bug 272902] Security: allow passphrases for WPA-EAP to be saved without using clear text Message-ID: <bug-272902-227-UPlFJ4TQFg@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-272902-227@https.bugs.freebsd.org/bugzilla/> References: <bug-272902-227@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D272902 --- Comment #4 from Graham Perrin <grahamperrin@gmail.com> --- Re: comment 1 > <https://unix.stackexchange.com/a/278948/13260> suggests:=20 >=20 > echo -n plaintext_password_here | iconv -t utf16le | openssl md4 Thanks to Chris Moerz at <https://lists.freebsd.org/archives/freebsd-desktop/2025-January/005301.htm= l>, I looked more closely at the 278948 answer in Stack Exchange.=20 Following the example for macOS (without disclosing my true password):=20 grahamperrin:/tmp % echo -n plaintext_password_here | iconv -t UTF-16LE | openssl dgst -md4 -provider legacy MD4(stdin)=3D 6602f435f01b9173889a8d3b9bdcfd0b grahamperrin:/tmp %=20 =E2=80=93 no error. That might be enough for me to close this as not a bug. I'll aim to confirm= no later than week ending Friday 24th January. --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-272902-227-UPlFJ4TQFg>