隐藏用户的文件 [英] hiding files from users

查看:80
本文介绍了隐藏用户的文件的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

hi
我需要让我的文件不可读且对程序上的用户不可用

我是初学者

我该怎么办

我的程序是用C#语言

请帮帮我

解决方案

试试这些链接

如何隐藏文件在c# [ ^ ]



http://msdn.microsoft.com /en-us/library/system.io.fileinfo.isreadonly.aspx [ ^ ]

http://msdn.microsoft.com/en-us/library/system.io.file.setattributes.aspx [ ^ ]


没有简单的方法来隐藏用户的文件。它们通常都可被发现,尤其是管理员类型帐户。



NTFS文件系统上的一种方法是使用备用流。



http://www.flexhex.com/docs/articles/alternate-streams.phtml [ ^ ]

hi I need to make my files unreadable and unfindable for users on a program
I am a beginner
how can I do it
My program is on C# language
help me please

解决方案

try these links
how-to-hide-file-in-c#[^]

http://msdn.microsoft.com/en-us/library/system.io.fileinfo.isreadonly.aspx[^]
http://msdn.microsoft.com/en-us/library/system.io.file.setattributes.aspx[^]


There is no easy way to trully hide files from users. They are all generally discoverable especially by administrator typre accounts.

One method on NTFS file systems is to use alternative streams.

http://www.flexhex.com/docs/articles/alternate-streams.phtml[^]


这篇关于隐藏用户的文件的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆