Tagged Questions
The file-security tag has no wiki summary.
2
votes
0answers
57 views
Advice on coding a website. Images and a Database [closed]
I would be grateful for some advice on a website, I wish to create.
I want to set up a site of items, which have information and images associated with each item.
The items will have several ...
2
votes
2answers
107 views
Securing Files over Web: Fine Grained Authorization Based File Access
I have a system where employees can upload files. There are three ways
Upload to my account in public, private or protected mode
Upload to department account in public, private or protected mode
...
1
vote
1answer
48 views
FileSecurity not being set
For a seperate project my code reads in a file, destroys the old one and builds the new one etc. However i need to get the FileSecurity AccessControl from the old file and apply it to the new one. I'm ...
1
vote
2answers
102 views
set file permissions for c:\program files\company\app\file for all users
I've a custom installer program that has worked fine, but it asks the user for admin permission every time it updates an application. I'm creating a windows service that skips this part, but the ...
1
vote
0answers
167 views
How to determine Folder/File Permissions
I am a relative newcomer to C#. As a result, I am working with various aspects of the laanguage with an exploratory project.
I want to find the permissions for a folder and/or file using managed ...
0
votes
0answers
6 views
Web-hosted file authorization
Im using a PHP based login authentication mechanism to allow/restrict access to some parts of my website (folder module1, module2, etc), but i have a problem with restricting access to files.
I used ...
0
votes
3answers
64 views
How to secure videos from being downloaded
so I'm creating karaoke website for client, and I need to secure videos from beign downloaded. So for example he is able to put in flash videos, how can I make sure noone can download them, cause it ...
0
votes
0answers
36 views
asp.net web application file upload security considerations
I'm want to have a file upload facility in my web application.
I'm using the ajax AsyncFileUpload control and it's working ok.
I'm upload the files to a folder and the folder name is a generated ...
0
votes
0answers
53 views
Long term archive security with files being tar'ed gzip'ed, bzip2'ed or [closed]
We are implementing a file archive for scientific measured data. The files shall be accessible for over 10 years.
The files will be stored in their original format which will be one of several ...
0
votes
3answers
393 views
How to remove “encrypt contents to secure data”
My website had problems loading an image, css file and a javascript file downloaded as a package from "Superfish".
I found the problem to be the "encrypt contents to secure data" on each of the ...
0
votes
2answers
118 views
Using an encrypted file securely
I'm writing an application with a dBASE database file in Borland Delphi 7.
Note: I think this question is file-security related and you can forget the dBASE thing (consider it as a TXT file) in this ...
0
votes
2answers
1k views
Inter process Reader Writer lock (or file handles and access denied)
Okay, some background first. We needed an inter-process reader/writer lock. We decided to use a file and lock the first byte using LockEx and UnlockEx. The class creates a file in the system temp ...
-2
votes
1answer
18 views
Prevent user from accessing the uploaded file
I have a module which enable user to upload photos to a certain path like
domain/media/img/uploadedFiles/
I would like to user can upload photo to this location but he cannot reach the uploaded ...