Tagged Questions

23
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 be within reasonably …
17
votes
4answers
1k views

How to store passwords in Winforms application?

I have some code like this in a winforms app I was writing to query a user's mail box Storage Quota. DirectoryEntry mbstore = new DirectoryEntry(@"LDAP://" + strhome, m_serviceaccount, m_pwd, …
10
votes
7answers
3k views

Java: What is the best way to SFTP a file from a server

What is the best was to retrieve a file from a server using SFTP (as opposed to FTPS) using Java? I'll leave the particular definition of best up to you but in my mind it should include free :)
5
votes
1answer
129 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 would like to ensure …
4
votes
3answers
246 views

Why is Chrome reporting a secure / non secure warning when no other browsers aren’t?

When I go to our web site through HTTPS mode, Chome is reporting an error saying that the page contains secure and not secure items. However, I used Firebug, Fiddler, and HttpDebuggerPro, all which …
4
votes
7answers
330 views

Why is java secure coding important?

I'm having trouble understanding why java secure coding is important. For example, why is it important to declare variables private? I mean I get that it will make it impossible to access those …
4
votes
4answers
295 views

How to secure a webservice in .net?

Hi everyone, I have written a simple .NET webservice, which I will be hosted on a different server may be on different continent. I don't really know. Now, I only had its URL and I tried to use …
4
votes
9answers
546 views

Securely sync folders over a public network

I need to keep the files & folders on two Windows-based, non-domain machines synchronized across a public network. I was thinking rsync over SSH - but I was wondering if there is a simpler …
3
votes
3answers
188 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 server when users …
3
votes
3answers
153 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. System should also allow …
3
votes
4answers
65 views

How do I prevent non-legit client apps from using my server?

I’m currently writing a pair of client/server applications. I was recently posed with the question of “how do I prevent someone from writing their own client application and using our server?” I …
3
votes
9answers
217 views

Are these random numbers ‘safe’

I'm not asking if these are truly random. I just wanted to know if two users hit the a page at the same time can they get the same random number? I'm thinking if i run this on a multicore server will …
3
votes
3answers
157 views

Secure Certificate Problem

I recently installed a secure certificate for a web site I help maintain. When I'm at work and on the network where the webs server is I can navigate to secure pages (https) fine. When I try to access …
3
votes
2answers
839 views

Secure iframe on unsecure page in a different domain

Our company is looking into allowing third party sites to use our online checkout system. A client has stated that they would like to be able to use a lightbox style popup to display the checkout. …
2
votes
2answers
41 views

Is there a Firefox plug in which can list unsecure assets which are causing the “Warning: Contains unauthenticated content”

I am developing web pages which reference external links/images/stylesheets etc. I have 1 page which loads fine in HTTPS, but then when I apply different external styles, some of the external styles …

1 2 3 4 5 next
15 30 50 per page