filesystem encryption

  • Thread starter Thread starter lucalfiero
  • Start date Start date
L

lucalfiero

Hi, is there a way to quickly encrypt the filesystem of an USB storage
(FAT)?
I searched in sourceforge but seems to there're nothing.
Thank you very much
Luca
 
(e-mail address removed) wrote in @o80g2000hse.googlegroups.com:
Hi, is there a way to quickly encrypt the filesystem of an USB storage
(FAT)?
I searched in sourceforge but seems to there're nothing.
Thank you very much

..NET has built in encryption classes - you can use those to encrypt files.
 
(e-mail address removed) wrote in @o80g2000hse.googlegroups.com:


.NET has built in encryption classes - you can use those to encrypt files.

I don't want to encrypt files. I want to encrypt the filesystem only
to make the storage unavailable quickly
 
(e-mail address removed) wrote in
I don't want to encrypt files. I want to encrypt the filesystem only
to make the storage unavailable quickly

In that case, you might have to go lower level... I don't think .NET has
access to the File System itself - only the files.
 
(e-mail address removed) wrote in


In that case, you might have to go lower level... I don't think .NET has
access to the File System itself - only the files.

Re there any extern dlls that can do that?
 
Re there any extern dlls that can do that?

If I where you I would go hit the C and C++ newsgroups for some
advice. What you need is extremely low level stuff, and finding a
solution will be pretty difficult I'd imagine.

If you don't mind me asking - why do you need to encrypt the entire
file system? Wouldn't encrypting the files be much easier and
accomplish the same thing?

Thanks,

Seth Rowe
 
If I where you I would go hit the C and C++ newsgroups for some
advice. What you need is extremely low level stuff, and finding a
solution will be pretty difficult I'd imagine.

If you don't mind me asking - why do you need to encrypt the entire
file system? Wouldn't encrypting the files be much easier and
accomplish the same thing?

Thanks,

Seth Rowe- Hide quoted text -

- Show quoted text -

Encrypt a lot o files and folders in a storage is not as quickly as
encrypt the filesystem
 
Back
Top