I might want to finish unifying the driver/process model so that the FDE driver can prompt for a key from stdin
Fun fact, I asked Armin Preiml to implement AES/XTS in the Hare standard library's cryptography suite specifically for this purpose back in January '22
@822a3c32 really? Seems like you're unnecessarily mixing concerns this way. Don't you want some external action to query a key, then load the driver with this input as an argument of sorts?
@2dfc6694 yeah, now that I think it over it should probably pass the passphrase over through another means. But setting that up will be a bit involved.