Hugo Buddelmeijer via "Development of GNU Guix and the GNU System distribution." <[email protected]> writes:
> (Maybe it is possible to add multiple passphrases? Or well, the same one, but > "touch typed" on the wrong layout. If you understand what I mean.) Yes, that is possible. LUKS1 has (IIRC) 8 slots for passphrases. Please refer to cryptsetup-luksAddKey.8 manual page for details. One thing to note though is that the passphrases are tried in a sequence, so for a second slot, it still tries to use the first slot first. So (assuming all of the slots have the same iteration time), unlocking via the second slot takes twice as long as via the first slot. ¯\_(ツ)_/¯ Tomas -- There are only two hard things in Computer Science: cache invalidation, naming things and off-by-one errors.
