Tagged Questions

0
votes
2answers
35 views

php secure login

what do you think about this login procedure? is it pretty safe? When they login i first check that the username exist, if it does i grab the salt (every user have unique salt) from the user, that i …
0
votes
1answer
6 views

How to set WCF security to require client certificate?

I have WCF service. I demand clients to authenticate with certificate. This is service configuration: <system.serviceModel> <services> <service …
0
votes
8answers
130 views

Secure Password Hashing

I need to store a hash of a single password in a .Net WinForms application. What's the most secure way to do this? In particular: Salt, HMAC, or both? How much salt? How many iterations? What …
1
vote
2answers
312 views

Is an SPN required when using Kerberos with DCOM?

I'm using DCOM to provide various application services on a Windows network, using Kerberos to handle authentication. The system normally works fine, but I'm running into issues accessing the service …
0
votes
0answers
21 views

Online Password managers security from programming point of view?

Hello, Do you, as programmers who create such tools, think online password managers (like Passpack) are really secure?
0
votes
2answers
12 views

ASP.NET security issues, maybe Umbraco related, but most likely just general security issue…

Hi folks, I have an incredibly frustrating problem cleaning up my site at the moment. On the same hosting space I have Umbraco (ASP.NET) and Blab Lite (PHP Chatroom) installed. The former talks to …
0
votes
1answer
30 views

secured website [closed]

Possible Duplicate: What should a developer know before building a public web site? I am working on e-commerce website.I have to make secure my website.What kind of security issues are …
2
votes
1answer
444 views

Best way to soft brute-force your own GPG/PGP passphrase?

I created a nice long passphrase, used it a few times, then forgot it ;) The twist is, I know the general theme and probably almost all of the characters. The perfectionist in me doesn't want to …
11
votes
0answers
54 views

What are some advanced and modern resources on exploit writing?

I've read and finished both Reversing: Secrets of Reverse Engineering and Hacking: The Art of Exploitation. They both were illuminating in their own way but I still feel like a lot of the techniques …
0
votes
2answers
53 views

Are there any secure alternatives to XDMCP?

The title says it all: Are there any secure alternatives to XDMCP (A Linux remote desktop protocol)? I'd like to set up some thin clients -- UI heads (old computer + mouse + keyboard) connected to …
5
votes
8answers
210 views

Is it OK to allow sometimes dynamic SQL without sanitization?

My partner on a PHP project objects my practice of always sanitizing integer values in dynamic SQL. We do use parameterized queries when possible. But for UPDATE and DELETE conditions Zend_Db_Adapter …
1
vote
4answers
31 views

Displaying PDF to user

We're providing a web form whereby users fill in their personal information; some of it is sensitive information (SSN, Birthday, etc). Upon user submission, the data is prefilled into a PDF which is …
0
votes
0answers
33 views

How secure is Remote Desktop from OSX to Windows Server 2003? [closed]

It's unclear to me exactly how secure Remote Desktop access from OSX to a Windows Server 2003 machine is. Is the communication encrypted by default? What level of encryption? Are there best …
0
votes
2answers
21 views

when should I use “apache:apache” or “nobody:nobody” on my web server files?

Background: I remember at my old place of employment how the web server admin would always make me change the httpd-accessible file upload directories so that they were owned by apache:apache or …
0
votes
2answers
52 views
+150

Prevent Access to Custom Web Application Pages by Non-Admin Users in SharePoint

Hi, I have a custom web application that integrates with a SharePoint (MOSS 2007) solution. I would like to add role-based access to pages in this custom web application, with only users in a …

1 2 3 4 5 212 next
15 30 50 per page