all groups > dotnet security > july 2007
Exact implementation of PasswordDerivedBytes
Posted by rvangeldrop at 7/30/2007 2:40:01 AM
Hello,
We are currently running a project in which we wish to reengineer parts of
the System.Security.Cryptography namespace on a unix machine.
We discovered that the implementation of the PasswordDerivedBytes shows some
unexpected results in case the input is a 32 bytes length MD5 hash w... more >>
bout_the_answer.
Posted by iasta at 7/25/2007 9:44:01 AM
I cant open www.cimaware.com and download an installationkey. I´ve tried in
many ways but the webside can´t be opened.I´ve sent an e-mail and I´ve
recieved an answer. They want me to email back a screen shot o pinpoint the
problem. They asked me to do run: tracert-d www.cimaware.com and tr... more >>
SSH2 RSA key import/export
Posted by at 7/23/2007 10:10:13 AM
We have a need to use public/private keys generated with OpenSSH in a
C# app. Ideally we would like to use RSACryptoServiceProvider to load
the keys up, all attempts in up with "Bad Version of provider." I
found a referemnce to a slight implementation change between
RSACryptoServiceProvider an... more >>
Problem with webHttpBinding - it completly bypasses the asp.net authentication mechanism!
Posted by Terraslate at 7/20/2007 4:23:09 PM
I host a service called MyService.svc in a private subfolder of my
webapplication like so
/
/private
/private/myservice.svc
/private/privatepage.aspx
i use a location tag to secure the private folder to deny anonymous users.
i test this succesfully by using internet explorer to go to th... more >>
[c#] GetHashCode() + Upgrade to asp.net 2.0
Posted by FM at 7/20/2007 12:58:07 AM
Hello,
I have an application compiled under aspnet 1.1. when I run this under IIS
with asp.net 2.0, users cannot login. This is because the
GetHashCode()-function returns another value.
Is there a way to fix this?
thx!... more >>
WCF Proxy Authentication
Posted by Chintan Parmar at 7/19/2007 12:12:01 PM
I need your technical support regarding the WCF service and Proxy server
authentication. Following the scenario.
The remote server returned an unexpected response: (407) Proxy
Authentication Require
I have hosted WCF services on Windows Longhorn Server Beta 3. The WCF
services is having ... more >>
Help on EventLog security ???
Posted by calderara at 7/19/2007 7:20:05 AM
Dear all,
I am buidling as assembly which logs potentials generated error or exception
in Event viewer.
For that I am through code creating an EventSource for the log before
writing inside.
I have noticed that for creating that source you need to be an administrator
user.
So if my libryr... more >>
AES Encryption - default IV question
Posted by ESmith at 7/13/2007 3:56:45 PM
I have software that uses the default AES Provider to encrypt text strings.
I now need to allow MAC users to access the documents and be able to decrypt
them. The encrypted documents were created using whatever default IV byte
array that .NET generates, while the AES code I've found for MAC r... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
HELP decrypting data with .NET 2.0
Posted by Ezequiel at 7/11/2007 3:57:20 PM
Hi, I have a string with a encoded token (encoded with PCKS7 - SHA1 /
RSA).
I have also the certificate with the public key (that theorically will
allow me to decrypt the data).
I have spent all the day finding how to decrypt the token with .NET
or CAPICOM.
Can someone please help me with t... more >>
Windows Update Problem
Posted by Chanakya at 7/11/2007 8:14:03 AM
Security Update for Microsoft .NET Framework, Version 2.0 (KB928365)
Security Update for Microsoft .NET Framework, Version 1.1 Service Pack 1
(KB928366)
I am not able to install the above 2 updates for my Windows XP SP2
... more >>
Winform: Impersonating user with no password set
Posted by nano2k at 7/10/2007 7:23:59 AM
Hi
Is there a way to impersonate to a local account with no password
defined?
My tests were negative until now.
Thanks.
... more >>
Dcrypt Web.config file
Posted by Paramveer at 7/6/2007 8:02:05 AM
Hi ,
I am able to encrypt <identity> element in web.config.
I use <identity> element userName (domain\Service account) and password to
make connection to the database. As values in the web.config file are
encrypted
I am not able to run my project.
Error
Failed to decrypt using provid... more >>
Eccrypt web.config
Posted by Paramveer at 7/5/2007 12:32:03 PM
Hi ,
I am trying to encrypt <identity> element in web.config using
aspnet_regiis.exe
Syntax used
C:\WINNT\Microsoft.NET\Framework\v2.0.50727>aspnet_regiis.exe -pef "identity"
"d:\test"
"d:\test" path where web.config resides...
this return an error (below)
Error
Encrypting co... more >>
newbie question. Simple example of XML Digital Signature?
Posted by Michael Howes at 7/2/2007 3:29:16 PM
I've been digging around looking for the .Net 2.0 method of signing an
XML document.
can anyone point me to a simple example, I didn't find much in MSDN
thanks
mike... more >>
|