[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Encrypted Filesystem.
Hi to all,
i heard lot of encrypted Filesystem available for
linux kernel.i have small idea about developing one
filesystem but i dont know how far its good or bad.
i have small question related encrypted filesystem.if
a parition contains encrypted filesystem and user put
that harddisk into another linux machine,is it
possbile to access the partition and view data.
in my filesystem,superblock contains one attribute
which is used to store one password.
while mount filesystem
get password from user
if that password == password in superblock
mount filesystem
else
mount fails
after mounting,
each write operation
encrypt data and write
each read operation
decrypt data and read
if it ok means,help me to implement it.
__________________________________
Do you Yahoo!?
Check out the new Yahoo! Front Page.
www.yahoo.com
--
Kernelnewbies: Help each other learn about the Linux kernel.
Archive: http://mail.nl.linux.org/kernelnewbies/
FAQ: http://kernelnewbies.org/faq/