After upgrading my Mac filesystem from HFS+ to APFS, passprompt's menu no longer presents the password names in sorted order in the menu.
Here's why:
One consequence of this is the order in which filenames are returned when listing them using readdir(2) in the standard C library libc: HFS+ has returned filenames in lexicographic order after normalisation, whereas APFS will return filenames in order according to their hashes. I’m sure that will catch someone out.
After upgrading my Mac filesystem from HFS+ to APFS, passprompt's menu no longer presents the password names in sorted order in the menu.
Here's why:
https://eclecticlight.co/2017/07/17/apfs-ios-11-and-high-sierra-will-fix-normalisation-problems/