A weak cryptoloop implementation in Linux?
A weak cryptoloop implementation in Linux?
Posted Jan 22, 2004 20:32 UTC (Thu) by oak (guest, #2786)Parent article: A weak cryptoloop implementation in Linux?
Why not just calculate a number based on the password in range of:
0 - [number of sectors in the loopfile]
And then offset the sectors on the loopfile by that number (and doing modulo when the sector index goes over number of sectors) when accessing the files?
That should be pretty easy to implement...
