Archived Months
June 2004
July 2004
August 2004
September 2004
October 2004
November 2004
December 2004
January 2005
February 2005
March 2005
April 2005
May 2005
June 2005
July 2005
August 2005
September 2005
October 2005
November 2005
December 2005
January 2006
February 2006
March 2006
April 2006
May 2006
June 2006
July 2006
August 2006
September 2006
October 2006
November 2006
December 2006
January 2007
February 2007
March 2007
April 2007
May 2007
June 2007
July 2007
August 2007
September 2007
October 2007
November 2007


all groups > dotnet security > september 2004 > threads for september 22 - 28, 2004

Filter by week: 1 2 3 4 5

Re: SQL Injection Prevention
Posted by Valery Pryamikov at 9/28/2004 2:58:32 PM
> Therefore my statement stays that parameterized SQL actually provides > better protection against SQL injection than parameterized call to stored > procedure. obvious typo. Should read: Therefore my statement stays that parameterized SQL select (insert/update/delete) actually provides bett...more >>

Re: SQL Injection Prevention
Posted by Valery Pryamikov at 9/28/2004 1:34:57 PM
"Valery Pryamikov" <Valery@nospam.harper.no> wrote in message news:... >> Sorry but you lost me. :( Can you explain the difference in an easier to >> understand manner? I'm a newbie. Thanks. > Lets us compare call of stored procedure and sql select with using > parameters (? or @paramname): ...more >>

Folder access
Posted by Dave at 9/28/2004 11:55:05 AM
How do I grant acess to a folder using VB.NET. I need to add a group and 2 users. I know this can be a long answer so if you can just point me in the right direction or where I should porst this question, that would be great. Any links on how to would be greate. -- Thanks, Dave...more >>

RSA Encryption
Posted by klj_mcsd NO[at]SPAM hotmail.com at 9/28/2004 11:32:22 AM
Is RSA a good encryption method? Also I'm having a problem pulling the string out of the database and decrypting it. Please Help Code is below: Private Function EncryptPassword(ByVal a_Password As String) As String Dim ByteConverter As New ASCIIEncoding Dim dataToEncrypt...more >>

Impersonation and SQL Connections
Posted by Clint at 9/28/2004 7:41:04 AM
Hello all - I'm having a problem concerning Impersonation while connecting to SQL Server. I'm not sure if I'm posting this to the right newsgroups, so let me know if it belongs elsewhere, and please excuse the cross-post. I'm writing a Windows Forms application that makes direct calls to a...more >>

Escape html tags and other dangerous input
Posted by Shabam at 9/28/2004 2:18:18 AM
I have an application that stores user input via a text box. The text box lets user enter their hobby, which can then be viewed in their page by others. This hobby is linked by the application so that it searches the database for other users who have the same hobby. The search string is displ...more >>

SQL Injection Prevention
Posted by Shabam at 9/28/2004 12:35:32 AM
I've read a few articles on ways to prevent SQL injection. I'd like = your opinion as to which is better. Or, if there's another way I've not = heard of, please suggest it. Thanks! #1. http://www.sitepoint.com/article/sql-injection-attacks-safe/5 Run user input through a function which s...more >>

Strong names - are these cryptographic??
Posted by Sholto Douglas at 9/27/2004 10:01:02 PM
We are endeavouring to get a .NET product certified as "Designed for Windows XP". As you know, this involves getting a VeriSign ID. While enrolling for this, one question asked for the "Cryptographic Service Provider", giving a drop down containing smart-card providers like Inifineon, and al...more >>



Do all the .Net products get signed using digital signatures?
Posted by Rahul Kumar at 9/27/2004 1:44:57 PM
Hi This is a question for all those .Net gurus who have ssen umpteen .Net products come and go so far. The question is fairly simple -- Do the softeware houses really obtain digital signatures from (eg. Verisign) and sign their assemblies before releasing them for production? How important it ...more >>

Role based security
Posted by exBK at 9/27/2004 12:15:02 PM
Hi, I have several web pages in my app and would like to restrict certain users from accessing certain pages. Can you provide me any pointers on how to implement a role based security so that a page is displayed only to a certain role? TIA. ...more >>

SignedXML.CheckSignature()/CreateSignature() Alternative?
Posted by Raj at 9/26/2004 8:01:02 PM
Hi, Iam using SignedXML.CheckSignature() method for validating XMLDSIG SignedInfo signature value. It works great until u have a reference which cant be resolved. My requirement is to sign an MIME attachment which cant be directly resolved by SignedInfo class..So Iam trying to manually implem...more >>

Ann: Complete PKI support for free now
Posted by Eugene Mayevski at 9/25/2004 5:05:03 PM
Ladies and Gentlemen, EldoS Corporation recognizes the growing importance of security, based on industry standards, and to support security efforts of various organizations we release PKIBlackbox as free library for use in your end-user applications. Why PKIBlackbox? Unlike CryptoAPI, OpenS...more >>

Help with Impersonating
Posted by u_heet at 9/24/2004 4:39:02 PM
Hi, I am a newbie at .net so I appreciate all of your help. I have a datagrid displaying unc_path's as a hyperlink to shares on servers. The problem that I'm having is that I get "Access denied" but only on serverA. Shares on ServerB are accessible. ServerA is located remotely, ServerB is l...more >>

Specified method is not supported.
Posted by Mark K at 9/23/2004 3:07:16 PM
Last night our production servers were updated with the following patches: 814078 jscript5.6 ..net1.1sp1 gdi+detection tool, 833989-28 IE6, 867801-25 IE6, Office XP -28- 832332, Wordperfect -27- 873379 Since the update, the Windows service I created in VB.NET is no longer able to update ...more >>

FileIOPermission throws System.ExecutionEngineException
Posted by Andreas HÃ¥kansson at 9/23/2004 2:02:24 PM
While working at a small application, and trying to be a good .net citizen I perform a check to see if the executing code has permission to work with files in a specific directory, like this Dim FilePerm As FileIOPermission = _ New FileIOPermission(FileIOPermissionAccess.AllAcc...more >>

Authentication for remote Processes and Services
Posted by Vivek at 9/23/2004 12:58:36 PM
Hi, I am trying to get remote process and servicecontroller objects. While they code works if i have privilages in the remote machine, it does not when i dont have them. Now my question is how do i specify username/password/privilages when i use process and servicecontroller objects. Any co...more >>

About Best practices...
Posted by Claude Vernier at 9/23/2004 8:03:05 AM
Hi, I'd like to have some advice to set our security procedure. I've read several blogs and articles and now know several methods and techniques. What I need is some code details and best practices. I have two scenarios. All this is in Web applications and XML Web Services in C# and .Net...more >>

HEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEELP. I AM AT MY WITS END. IT JUST DON'T WORK.
Posted by JT at 9/23/2004 7:22:30 AM
I posted this message a couple of weeks ago and know one answered. I am not sure if why. I am sure that I am not the only one that has had this issue. Or is it because I used a dirty N word. "Novell" Here is my previous post. I really hope someone can help with this because I don't know wha...more >>

System.Security.Cryptography standards
Posted by Uri at 9/22/2004 3:11:01 PM
Are the encryption algorithms used by System.Security.Cryptography FIPS 140 compliant and is there any documentation that backs this up?...more >>

Toggling SecurityManager.SecurityEnabled
Posted by Kevin Westhead at 9/22/2004 12:08:18 PM
Is there a way I can toggle SecurityManager.SecurityEnabled so that I can test some methods that check this value? For example, I have a class that I want to use with NUnit as follows: [Category("Exceptions - code access security is disabled.")] [TestFixture()] public class CodeAccessSe...more >>

How to access NT restricted files in .Net?
Posted by Jim Bancroft at 9/22/2004 8:04:55 AM
Hi everyone, I've used the Win32 API before to access files on restricted directories. This work involved the "LogonUser" and "ImpersonateLoggedOnUser" API functions, among others. I'm into .Net now, and while I could continue using the API functions to access these files, ...more >>


DevelopmentNow Blog