VS 2008 Secure File Deletion?

Feb 26, 2010

I was looking online for a application that can delete a file more secure then. Kill(C: est.txt")Then i had a thought.Maybe i can make my own.Is it possible to make a secure file deleter in vb.net or should i look into C++

View 5 Replies


ADVERTISEMENT

VB 2008 Express - File Deletion

Aug 20, 2009

I am looking for maby something I am missing here in this code. My goal is to take the current user and delete there local settings/temp/ files. However some of these files are in use by the OS and that's what im running into a problem with. Here is what I have so far and it finds the dir easly and bam that's the brick wall access denied error because there is some files in there that are in use.

[Code]....

View 3 Replies

VS 2008 : Program To Pevent File Deletion?

Jul 16, 2009

I want to make a fairly simple program that would prevent file deletion of certain folders andor files that i would input into the program. Say if someone tried to delete the file it would display an error message.

View 3 Replies

VS 2008 Secure Upload Of A File To FTP?

Nov 30, 2009

What would be the best way to input the password when uploading a file to FTP? The file gets uploaded behind the scenes without the user inputting any details (the username + password gets used)

So far I've used the network.upload method but the password is in plain text and obviously readable. I need to upload the file without anyone obtaining the password when doing so, would obtaining the password from a mysql database or some sort of encryption be better?

View 5 Replies

VS 2008 How To Download File From Secure Website With Progress Bar

May 6, 2011

This is the Download file code which is 100% working when i will give directlink of file

And in this case progress bar is not working anymore and program hangs too let me know what is the problem with above code and how i will correct it

View 5 Replies

File System Watcher - Application That Monitors A Specific Folder For File Changes Such As Modify Deletion, Update

May 4, 2011

I am developing an application that Monitors a specific folder for file changes such as modify deletion, update, etc. The only problem I have is , the application doesn't fire up File events.

Here is the code:

Imports System.IO
Imports System.Diagnostics

Public Class Form1

[CODE].............................

View 8 Replies

How To Confirm About File Deletion

Jul 20, 2010

I have this in my form closing event:
For Each FileFound As String In Directory.GetFiles(App_Path() & "tmp", "*.txt")
File.Delete(FileFound)
Application.DoEvents()
Next
For Each FileFound As String In Directory.GetFiles(App_Path() & "tmp", "*.txt")
File.Delete(FileFound)
Next

I used to run through an ultragrid with a for each loop and that took forever, I stumbled accross this way and it's much faster but I noticed today I still have some straggling .txt files after the form closes at times. Is there a way to actually verify all the files have been deleted before closing the form?

I ran the same for each loop twice to work it out but not sure if that works or worsens it. Also, I'm not entirely sure what that application.doevents does as I initially thought it would finish all above lines before continuing but that does not seem the case. Anyway, these .txt files files are about 500KB and up to 1000 of them at any one time so it's not instant but it's still pretty fast, faster then looping through a grid.

View 2 Replies

Deletion Of Duplicate Entry From FILE?

Nov 12, 2010

I want to make a very simple program that remove duplicate domain name from a txt file. First, it must have a Open file Button so that it can load list of url to Listbox.

So, the URLs will be loaded into listbox. Then It has 2 more button Start and Save button Lastly one counter to calculate how many URL in that listbox

So example.. let say I have a txt file which contains URLs

[URL]

I open this txt file and loaded it into listbox (can scroll)

Then when I press start button, it will delete the URL that has same domain name. so the output will look like this

[URL]

Then I can save the URL from listbox to my disc drive as text file

View 2 Replies

Prevent File Deletion And Move To Specified Folder

May 11, 2012

Is there a way to detect if a file is being deleted,
1) Using the Del key
2) Using the Shift+Del keys
3) Using the above keys from a remote computer through a shared folder
And instead of deleting move it to another folder in the same computer. Basically when a user tries to delete a file or folder it should move it to a specified folder instead of deleting it.

View 2 Replies

Executing Shell Commands/file Deletion With Wildcards?

Oct 10, 2011

I need to execute the following commands from my application:

Echo Y | DEL C:Folder1cache*.*
DEL C:Folder1file.abc
DEL C:Folder1file.xyz

[code].....

View 14 Replies

File Deletion And Copying - Update Connection String

Jan 29, 2009

This is what I have for code:
Private Sub restoreDatabase(ByVal dbName As String)
Dim newDbName As String
newDbName = dbName.Substring(dbName.LastIndexOf("_") + 1)
My.Forms.portfolioGenerator.Close()
[Code] .....

It seems like it should be pretty simple, I take in a file name as a parameter, create a new name for it, delete it, then try to copy it back from an older version of the same file, and update the connection string. However, it continually tells me that "The file 'filenamehere' already exists." If I set overwrite to true then it goes through just fine, except it doesn't actually copy the file. Obviously I also check the folder, and the file does in fact Not exist...I've also checked all the file paths and what-not, they are all accurate.

View 3 Replies

VS 2008 Record Deletion Using OleDb?

Jan 13, 2011

I have the following code to delete a row in an Access Database Table. It executes with no errors, but the row is not deleted.

Dim adpMasterRecipe As OleDb.OleDbDataAdapter
Dim dsMasterRecipe As New System.Data.DataSet
Dim iIndex As Integer

[Code]....

View 3 Replies

File I/O And Registry :: Safe & Secure Way To Perform File Transfering Between Computers?

Feb 5, 2009

My application runs on a "server" machine and provides files (10megs - 100megs each) to 8 other computers. Currently this is done using a standard shared folder on all 8 computers and the server simply copies the file to \ComputerNameSharedFolder - and everything is great.However, due to new policies we need to remove all shared folders, so using a simple \ComputerNameSharedFolder is no longer feasible. Therefore I need to find a way for my application to be able to share these files in a safe, secure, and compliant way.There has been talk of using sFTP which would require each system to have an sFTP server running at all times (controlled by the application somehow), or also SSL was talked about as it can be integrated into the application easily, etc...

View 1 Replies

Download File From Secure Website?

May 9, 2010

I am trying to download a file from a secure website but I don't know how to do it becuase it gives me the error. Can not establish trust relationship for the SSL/TLS secure channel.

[code]...

My problem is that I can't set the credentials before I have to assign the variable the value so it throws an error.

View 2 Replies

How To Secure A File That Generate With A Service

Apr 12, 2010

I am programming a service for a company that will log valuable performance data on machines that they lease out to other companies. It is critical for them that this information is as safe as possible and that it can only be read by us (a program created by us that is). I already made a trippledes encryptor that works fine but i still have the issue that a person can delete or move or corrupt the file if he somehow manages to get out of the operation software and gain acces to it.So my question is: Can i lockdown a file and make it as good as impossible to change the file or delete it other then by being the admin or the program that is generating them?

View 1 Replies

More Secure Option Than Text File?

Oct 11, 2009

Im creating a program that stores usernames/passwords for different devices which will require a login to get into the program but I need to save the usernames/passwords somewhere. Is there a more secure way to store this than in a text file? Or I could try encryption which could be quite fun.

View 3 Replies

Secure App.config File In Application?

Feb 4, 2012

How to secure App.config file. As it contains all the passwords that connections use so any body can see the data in my databases. If we donot save the password at the time of making connection string, will it still be able to connect with the DB the same way?

View 1 Replies

Download A File Prgrammatically From A Secure Site?

Jul 30, 2010

I have a program that logs into a secure site, looks on the user's home page to find a list of links to reports that can be downloaded and then selects each one - this is currently a manual process but with 100 reports a time it takes a while. The idea is that all the reports will download to a specified folder with generic names so the user can play with them on their own computer rather than having to search through them online.

Anyway, everything's gone well as far as using a WebBrowser to connect to the site, log in and get the list of URLs however it falls down when it tries to link to them. I have tried two methods:

1 - Navigating straight to the URL, this gives an error message every time (asking me to try again)

2 - Directly downloading the URL with a WebRequest class (below) however this doesn't download the actual file, but rather a copy of the login page.

Current Code:

Public Sub DownFile(ByVal sFile As String, ByVal sRemoteUrl As String)
Dim wr As HttpWebRequest
Dim ws As HttpWebResponse

[Code].....

View 1 Replies

Unable To Secure/lock Down A File That Is In Use/open

Oct 4, 2011

I am writing a program that acceses a file in VB/Visual Studio 2008 on Win7 and running it as a user who has admin credentials. I am opening the file with the following code:

Dim Input As New FileStream("C:FileTest est.txt", FileMode.Append, FileAccess.Write, FileShare.None) To test to make sure I can't access this file, I tried to open it with Notepad and I was able to and got no errors. I wrote a new value using Notepad and even saved it and I didn't get any errors form Notepad or my VB program.

I then went on and treid to open the same file twice from my VB program as:

Dim Input As New FileStream("C:FileTest est.txt", FileMode.Append, FileAccess.Write, FileShare.None)
Dim Input2 As New FileStream("C:FileTest est.txt", FileMode., FileAccess.Read, FileShare.None)

And I receivded an error in my VB program as expected. So the FileShare.None switch kind of works. Although I was still able to open the file with Notepad while my VB program had it open. I was aslo able to open Windows Explorer and reame it and even delte it while my VB program had it "open", in the write mode no less without my VB program knowing anything about it.

Why are other applications able to ignore the FileShare.None switch? Seems pretty useless if that's the case. And a huge secruity problem

View 9 Replies

Sending SMS To Mobile Using Secure Gateway From .net 2008 C#?

Oct 13, 2009

I am developing a desktop application in VS2008 with C#. How can I send an SMS using a secure gateway?

View 3 Replies

VS 2008 - Making Secure Login System With PHP

Oct 11, 2010

I have making login system using with php. Now I want to hide the link by using strongest MD5 hash, but the one I have got is uncrackable. I want to decrypt them in the runtime, but I couldn't.

Here's the
Public Class Form1
Function MD5Hash(ByVal strToHash As String) As String
Dim md5Obj As New Security.Cryptography.MD5CryptoServiceProvider
Dim bytes() As Byte = System.Text.Encoding.ASCII.GetBytes(strToHash)
bytes = md5Obj.ComputeHash(bytes)
[Code] .....

The GetMD5Hash's method is using for to decrypt the MD5 hash to turns into the actual strings and MD5Hash's method is using for encrypt the strings into md5... However, the connection strings can be sniff the packets sent out. How to decrypt the MD5 hash and how to blocked the connection strings in the packets sent out??

View 12 Replies

VS 2008 - Secure Password Protection For Info?

May 11, 2009

I am making an program that stores most of my text files in it. So I need a secure password protection to protect my information's. I was told that MD5 will get the job done, so I used an MD5 protection to see if it'll be good. I gave the test program to a guy I know and he manage to get my password within a minute. (I am still a bit new to VB so which encryption to use...)

View 21 Replies

VS 2008 Datagridview Connect To A Secure Database

Aug 1, 2010

Busy to connect a secure access 2003 database (with a mdw file) to a datagridview but we don't know where we have to place the mdw file in the (advanced) properties

View 3 Replies

VS 2008 Make Database Setting Secure?

Oct 9, 2011

i have a program that connects to mysql database to check username/password.I have a line like this in the project:

conn = New MySqlConnection("server=myserver.info;Port=3306; user id=dbusername; password=dbpassword; database=dbname")Anyways, a user managed to get this info from the program

How can i make it so they can NOT grab this info from the program ?

View 12 Replies

VS 2008 Sending Signed & Secure Email With Attachments

Jun 11, 2010

Newbie here I need to send a email with and attached file (a *.xls file) The condition is that the e-mail need to be signed and crypted. I already got a digital certificate sign (provided by Verisign). I also read something about X509Certificate2 Class on MSDN, and something about Outlook interop Model. My idea was use the Outlook Interop Model Class (from Outlook 2007) but i have no idea how to do this.

View 1 Replies

VS 2010 System.Security.Cryptography - Generate An HTPASSWD File For Server To Secure A Directory

Apr 10, 2012

i wanna generate an HTPASSWD file for my Server to secure a directory. For Crypt im using DesEncrypt Method , here is my Code :

[Code]...

View 4 Replies

Made A Web Browser In VB Express Edition 2008 - Make It Safe And Secure?

Jul 30, 2009

i recently made a web browser in visual basic express edition 2008 for my family computer use purposes only. Id like to make sure that using my web browser and entering personal information on it will be safe. How can i make it safe and secure? Additionally i was wondering if id have to develop my own addons or if its compatible with Firefox addons.

View 1 Replies

Record Deletion Using OleDb?

Jan 13, 2011

I have the following code to delete a row in an Access Database Table. It executes with no errors, but the row is not deleted.

Dim adpMasterRecipe As OleDb.OleDbDataAdapter
Dim dsMasterRecipe As New System.Data.DataSet
Dim iIndex As Integer

[code].....

View 1 Replies

C# - ASP.NET Schedule Deletion Of Temporary Files?

May 14, 2010

I have an ASP.NET application which creates temporary PDF files (for the user to download).Now, many users over many days can create many PDFs, which take much disk space.What's the best way to schedule deletion of files older than 1 day/ 8 hours ?Preferably in the asp.net application itselfs...

View 8 Replies

Create Email Deletion Program?

Jun 25, 2010

Does anybody know if it is possible to download email messages and send something to the email server to delete an email from the server using ASP.NET?

I have developed a program to download email information from my email server, but I can't figure out how to send something to the server to delete an email. I developed what I have using the resources at this location[url]...

I am sick and tired of all the junk mail I am getting and want to write my own program to delete emails from my email server based on criteria I create.

I have VB 3.0, VS 6.0, VS.NET 2003, VS.NET 2005, VS.NET 2008 and VS.NET 2010 Express. I have developed web sites and standalone programs using VB and ASP.NET. My experience and knowledge is not extensive, but i do have enough knowledge to create a VB program.

View 6 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved