[Bug 272902] Security: allow passphrases for WPA-EAP to be saved without using clear text

From: <bugzilla-noreply_at_freebsd.org>
Date: Sun, 12 Jan 2025 18:58:03 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=272902

Mark Peek <mp@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |mp@FreeBSD.org

--- Comment #6 from Mark Peek <mp@FreeBSD.org> ---
And if you didn't want to worry about editing your history:

$ tr -d '\n' | iconv -t utf16le | openssl dgst -md4 -provider legacy
plaintext_password_here
MD4(stdin)= 6602f435f01b9173889a8d3b9bdcfd0b

Enter your password as stdin, hit return and ^d

-- 
You are receiving this mail because:
You are the assignee for the bug.