NODE 3ed3a958Re: Encryption: A Testimonial
peter honeyman <honey@citi.umich.edu>Fri, 19 Nov 93 06:06:52 PST
> Actually, you could fool a lot of people by creating a hidden disk
> partition. Nobody would know there was anything hidden unless they did
> a detailed sector-scan of the disk. Is there any good software for
> doing this with modern operating systems?
this is very easy in unix: put your secret stuff in a directory,
then mount a file system on that directory.
peter
NODE 2da7e525Encryption: A Testimonial
Eric Blossom <eb@srlr14.sr.hp.com>Fri, 19 Nov 93 23:47:01 PST
> > Actually, you could fool a lot of people by creating a hidden disk
> > partition. Nobody would know there was anything hidden unless they did
...
> this is very easy in unix: put your secret stuff in a directory,
> then mount a file system on that directory.
Another nice way is to remove the dev files for the disk at
shutdown time. Then at reboot, you'd have to manually create dev
files (knowing the major and minor numbers) and manually mount the
file system. There'd be no trace. This would work real well with big
disks... Is that a 1.0, 1.1 or 1.2G filesystem? How much swap is
allocated, anyway? You could also use a litte steganography and spare
out a set of ``bad'' sectors. Some controllers will do the sector sparing
for you (transparently to the OS)... All sorts of opportunities ;-)
Eric Blossom