secure email -
I have a client who wants to manually process credit cards using an existing merchant account.
Is there a way in asp.net to securely send a credit card number by email?
Would it be better to insert the customer info into a database in a protected folder on the server?
I've always used third party credit card processing, so I'm a bit hazy on how to proceed.
Any pointers would be greatly appreciated! Thanks
What is a good FTP server -
Hi,
I have Windows NT and I am runnign a small business. I need a Secure FTP server. Since Windows NT does not offer a Secure FTP server, I had to look for a third party software to simulate the Secure FTP server. I saw a few but I only need it for a single server and a few people (
Secure way to shutdown -
Hello
My app run in 95, 98, me, NT, 2000 and XP, and i need to implement a secure way to shutdown in all this windows versions.
I'm using this code, but he i'snt secure:
Aa = Shell("RunDLL32.EXE USER.DLL,exitwindows", 1)
If you know a 100% secure way to do this, p
Secure DB link over the net -
Hi All,
I have an sql 2K server DB sitting on my website, taking in personal details via an online cgi program.
Since the webpage and the db are on the same machine, the data is secure at that point, but if I want to link to that db using my appover the net, the data is no longer
secure ftp object in vb -
Is there any component for secure ftp in vb. if No How should i upload files using secure ftp in vb.
Best way to secure data -
I have aap. 30,000 words. I want secure them in my .exe file. What is the best way to secure them. If I use a .mdb or database any one can crack the password and take the words list.
Please help me what techniques I can use.
Khawar
Secure password with Access -
Hi,
I have a database with Access that has a VB.NET interface. since this will be on a Server I am trying to make it secure as possible. I am referring to a table with Username and Passwords that is called by the VB. Can someone please tell me if this is secure enough or can it be
Secure FTP! -
Hey,
I am looking into some Secure FTP applications and wanted to see if anyone has any recommendations? I have downloaded Glub's FTPWrapper, but having tons of issues setting it up and thier support is awful. Anyone got any ideas or tips for setting up a Secure FTP Server?
Thanks
HTTPS Calls - is the first call secure -
Hello Fellow ASP.NET Fans!
I'm looking to make a secure HTTPS call from one of my applications to a page on my site. Imagine I make a call like this..
https://www.mysite.com/test/secure.a...ssword=rabbits
My question is, is this call secure? Is the information being passed
Stopping an pop up when navigation from secure site -
Hey All, long time no chat
IM automating something (dont asl what) but here it is
my prog uses AxWebBrowser and ive got a website address and a like of url id's in the db
i loop the db and visit the url passing the id
works fine upto now
when you load the page its a fra
ActiveX - how to make it secure -
hi all!
how can i make my apps secure? secure in a sense that even if someone gains physical access to my server and copies my files, he / she should not be able to make it work on another machine.
i'm developing smth which is not meant to be online.
any ideas?
Windows Most Secure OS -
This is a little old but here's something (Sir) Bill Gates said, agree or disagree, he has a point.
"Windows is a more secure system than rival offerings based on Linux or UNIX, specifically because Windows has been under such strenuous attack for the past several years."
[2008] WCF and WSE 3.0 -
Hi,
I'm hoping someone can help me out of my pit of confusion.
I'm just looking at how to make a secure webservice. Am I correct in thinking that WSE was designed to add security into the 2.0 framework. While in .NET 3.0 and 3.5 everything has shifted slighty and you would use W
Secure HTTPS calls -
Hello Fellow ASP.NET Fans!
I'm looking to make a secure HTTPS call from one of my applications to a page on my site. Imagine I make a call like this..
https://www.mysite.com/test/ secure.aspx ?search=whatever+user=john+password=rabbits
My question is, is this call secure? Is
Secure HTTPS call -
Hello Fellow ASP.NET Fans!
I'm looking to make a secure HTTPS call from one of my applications to a page on my site. Imagine I make a call like this..
https://www.mysite.com/test/ secure.aspx ?search=whatever+user=john+password=rabbits
My question is, is this call secure? Is
vb component for secure ftp -
Is there any component for secure ftp in vb. If no how should I upload a file using secure ftp using vb
how to make it secure -
Hi all!
i've done plenty of ASP programming but never tried COM and ActiveX. i heard it is secure. can anyone tell me how can i make my ASP application secure? DLL files will hide my codes but i also want to protect people from copying the DLL files and running my apps. so basically
suppressing ie warnings -
iam using a webbrowser to connect to the googleaccounts service .now because it establishes a secure connection first .
so sometimes it displays security warnings like accept security certificate,display non-secure items and all that stuff that we encounter if we use ie to visit any s
How to secure a DLL -
I have a Dll which is developed in vb6. I don't want to give access to use my dll in other applications by other users. How can i secure my component.
Ftp Upload Secure -
Are the ftp uploading secure?
I use My.Computer.Network.UploadFile
secure ftp in vb -
I need to upload a file using Secure Ftp. Is it possible using vb. Is there any component for sftp in vb.
Keeping session variables after a move to secure.domain.com -
When a user enters my site, I write out an ID for that hit to a session variable...my session IDs are kept in cookies.
Everything works well for what I'm trying to do...until the user moves to the secure portion of my site. As soon as he or she does that, the session cookie in whic
getting html source from secure pages -
hello
Im trying to get the html source code of a frame in a website wich is a secure page, i tried using a WebBrowser control, something like : Webbrowser1.Document.frames.listframe.Document.body.innerHTML
but i get an "access denied" error, i think it is because the inne
is it a good email -
is there a way to find out if the email entered is valid,
i.e.
i don't mean if the email has a @ or a .com or .ca!
i mean if the email adress exist!
cuz with the email object, if the email does'nt exist,
the browser seems to freeze at the line mailOBJ.send,
what can i do!,
[2005] Sending an email using Gmail -
Hello everyone,
It has been a while since i posted. Am now starting my VS2005 shoes
I would like to send an email using VS2005 via Gmail.
I know that it is possible, but am puzzled on how to establish a secure SSL connection.
Below is extracted from the Gmail help site
Secure File Transfer -
I'm trying to figure out what would be the best way to upload files to my web server. I need it to be secure, password protected and available on the Internet. Any suggestions would be greatly appreciated.
[2008] How secure is it to use Asp.net for banking -
I have a question in mind whenever I open a banking site its either cgi perl, php or jsp I was curious to know if any banking sites exist on asp.net platform or not if yes then how secure is it to use Asp.net for banking sites.
Because in most cases asp.net will use windows for host
Download a File from secure website -
I'm building a website whitch wil be secure. I also need to offer a filedownload to the client.
Currently I use the ADODB.Stream to read the file binary and then pass it on to the Response.BinaryWrite in order to download.
This all works fine on a normal HTTP Page, but on a secur
Encrypt and decrypt a simple text file ( i am a newbie) -
I am coding a secure word prcessor and I need a way to encrypt (upon saving) and decrypt (upon loading) a simple text file. I am VERY new at this vb thing so I am looking for someone who will work with me over email, aim or icq to get this done. My email is psistem@yahoo.com. My aim is
Connecting to https (secure) sites with winsock, possible or not -
I'm just starting out with the winsock control and I'm wondering
how I can connect to secure sites. Now when I connect to sites
I just use :
winsock1.connect "www.mysite.net", 80
and specifying http or https in front of the URL does not work.
So will it be difficult
secure email -
I have a client who wants to manually process credit cards using an existing merchant account.
Is there a way in asp.net to securely send a credit card number by email?
Would it be better to insert the customer info into a database in a protected folder on the server?
I've al
VB.NET Code Security... Reverse Compiling -
How secure is VB.NET code? What are the issues with reverse compiling? Does anyone have any links or info they can share? In one book I have they mentioned that .NET code was not very secure. I think they were referencing the .NET Framework 1.0. Is the Framework 1.1 more secure? I trul
.Net secure -
I read articles and hear from other forums that .Net technology even compiled to .dll for behind code is not secure for web applications. They can be easily hacked into and accessed and modified. I know that it's possible with other technologies, php, cold fusion, etc. but is .net the
FTP Security -
Could any one enlighten me as to how secure FTP-ing is?
We use it to dump files from our order system, but
concerns have been raised as to how secure the
connection is?
I'm not an internet guru so any info would be helpful...
-Thanks
P.S. I'm using the WinInet.dll to
[2005] Is TCP Communication secure -
Hello,
Is TCP Communication secure?
If i have to open a port on my computer for other people to use the TCP Communication part of my program, is it secure? Doesn't it leave me vulnerable for hackers?
Is there anyother way?
For instance if you take a multiplayer game, Warcra
Secure shredding -
Hi,
How different is secure shredding from normal file deletion!!!
Is it possible using Visual Basic???
Some example/hint would be of great assistance!!!
Thanx.
what is equivalent of this.session in vb.net -
Hi!
I am new to asp.net and i am trying to build a secure login web page. Can anybody tell me what this means in c sharp and how it can be used in vb.net. Also can anybody some good tips on making secure login web pages.
thanks
Program Security -
What is the best way to secure my program? Is there really any way to do this? I know there are things like ActiveLock, but I'm not sure how secure it is (are there any hacks available for it?)..
thnx,
Squirrelly1
Check e-mail with secure connection -
Could somebody help me out on checking e-mails (through winsock) that requires a secure connection? Thanks!
Email: protect an office...virus, bots -
We do not want to bring email in house, yet we need to protect the PCs.
Possible idea:
one PC receives all 30 email accounts, scans all email, then each user request their scanned email.
What do we need?
server email program?
Thanks
Secure FTP Library -
Does one exist? I need to use a library like MSINET - but need one that will connect to a Secure FTP server. I've searched the forum - this question has been asked before but no real answers. Any help is appreciated!