freebsd-dev/sbin/geom/class/eli
Pawel Jakub Dawidek eeefa1fa7e When the following conditions are meet:
- First configured key is based only on keyfile (no passphrase).
- Device is attached.
- User changes first key (setkey) from keyfile to passphrase and doesn't
  specify number of iterations (with -i option).
...geli(8) won't store calculated number of iterations in metadata.
This result in device beeing unaccesable after detach.

One can recover from this situation by guessing number of iterations
generated, storing it in metadata and trying to attach device.
Recovery procedure isn't nice, but one's data is not lost.

Reported by:	Thomas Nickl <T.Nickl@gmx.net>
MFC after:	1 week
2007-01-25 11:44:03 +00:00
..
geli.8 Remove a contraction and add a missing article. 2006-09-17 11:30:44 +00:00
geom_eli.c When the following conditions are meet: 2007-01-25 11:44:03 +00:00
Makefile I actually do need libmd. 2005-07-29 10:06:57 +00:00