1
vote
9answers
184 views
how does IM remember password securely?
How can msn messenger and others provide a way to remember password on disk and then send it to the server for authentication later?
I searched for this topic and found a couple so …
0
votes
2answers
26 views
securing an asp.net web service for use with jquery ajax
Hi,
I'm using jquery ajax to fetch data from an asp.net webservice. I'm wondering how I can secure it and have it work with jquery ajax. The service is part of my web applicatio …
2
votes
4answers
135 views
Securely Connect MySQL via PHP in ActionScript 3 using AMFPHP framework
My Flash movie would like communicate with MySQL server to fetch and save data between MySQL and SWF. I know AMFPHP can help with the communication, but is there a secure way to en …
1
vote
2answers
26 views
How to load xml from https using XmlTextReader
I am using System.Xml.XmlTextReader to read xml stream from a http location. Now I need support to read from a secure https site. How can I do this by providing user credentials in …
3
votes
3answers
117 views
Secure communication between django server and iphone app
I'm writing an iPhone application that needs to send small bits of information (two strings of under 128 characters each, at a time, and this doesn't happen too frequently) to a se …
0
votes
2answers
40 views
How do I view the insecure items on a secure page.
I have a web application which works perfectly fine on my own machines, perfectly fine on my customer's PCs but on their customers machines each page they visit they get a prompt f …
0
votes
3answers
118 views
Secure custom login control ASP.NET
Problem:
I want to create a custom log in control that posts securely to HTTPS without affecting other submit buttons on the page.
If I had been writing this in ASP.NET MVC or any …
5
votes
1answer
102 views
Securing xml plists in Cocoa / Objective C
I am writing an application which reads information from am xml plist in the bundle upon startup. The information in the plist has been compiled through many days of work and I wou …
3
votes
3answers
143 views
How secure is this architecture?
Hi,
I'm building a system that need to collect some user sensitive data via secured web connection, store it securely on the server for later automated decryption and reuse. Syste …
0
votes
6answers
154 views
how to secure my c# program(.exe) for using on one drive only.
Hello,
I have c# program (.exe), I will give it to other people, and want that exe to work only from where it was run the first time, any copy should no not work.
How can I do it? …
0
votes
2answers
22 views
Pre-Compiled websites code security
How far pre-compiling a website or project in VWD is safe ?
I know that Reflector can retrieve the whole thing again (as it will be IL at the end of the day), and I heard that obf …
22
votes
22answers
1k views
Good Secure Backups Developers at Home
What is a good, secure, method to do backups, for programmers who do research & development at home and cannot afford to lose any work?
Conditions:
The backups must ALWAYS b …
1
vote
6answers
284 views
IE - “This page contains both secure and non-secure items”…
I've googled and googled for an answer to this and have found loads of answers - all saying pretty much the same thing. Remove any absolute references to images, scripts etc. I d …
0
votes
3answers
78 views
Is it possible to enforce web service calls from known client only?
Scenario:
A publically available Web Service that I have full control over.
But I only want this specific desktop application (my published application) to have access to the Web …
0
votes
1answer
70 views
Video streaming API
Current situation: Users are downloading the whole video clip (>70mb or >140mb). This is not as effective as we would like.
[I am a non programmer looking for a solution]... I wa …
