filesystem encryption

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
 
G

Guest

(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.
 
L

lucalfiero

(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
 
G

Guest

(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.
 
L

lucalfiero

(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?
 
R

rowe_newsgroups

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
 
L

lucalfiero

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top