|
security
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
.NET Securitymicrosoft.public.dotnet.security
Distributed winforms application security
Robert -
6 May 2005 7:18 PM - 9 messages
Hello all, I am writing a small application for work that connects to a database (located on the company network) and writes some information. We use AD for windows auth and I have administrator staus on the domain and my development ...
system.security.securityexception
buriahome -
6 May 2005 6:19 PM - 7 messages
I need some help here with security. I have a vb.net program that resides on remote laptops. When the users log into another application (siebel) on some server which I do not know anything about that application launches my vb.net ...
High-strength crypto problems
Alan -
6 May 2005 8:00 AM - 4 messages
I'm using TripleDESCryptoServiceProvider and MD5CryptoServiceProvider in .NET Framework code. This requires 128-bit encryption. Some Windows 2000 platforms won't have 128-bit encryption and distribution of Encpack_Win2000_EN.exe is complicated due to export law. So... Q1: What are the best classes to use if assuming 40-bit encryption? ...
Pls Help! Passing credential between two web sites on same machin
FA -
6 May 2005 6:40 AM - 4 messages
Hi, On the same machine, I have created two web sites, the first site requires client cert and is mapped to a windows account. The second site is restricted to be called by the first site by limiting the IP address to ...
Securty around .NET setup program
eL -
5 May 2005 8:57 PM - 2 messages
I’d like to use a .NET setup program for deploying my application. Can the person who uses this setup program to deploy my application setup security around it to ensure that it doesn’t write to the registry and/or specified ...
OAEP Decryption Error
Sushant Bhatia -
5 May 2005 3:33 PM - 2 messages
Hi All, Unwisely, I cross posted and it was bad. So i remove all the cross posts and created a new single group post. Sorry about that google. So here goes. I am trying to do encryption/decryption with RSA. ...
RSA Encrypt/Decrypt with OAEP.
Sushant Bhatia -
5 May 2005 1:45 PM - 4 messages
Hi All, I am trying to do encryption/decryption with RSA. For encryption, I use the public key. For decryption, I use the private key. The idea is to take a 80 byte array and encrypt it and then ...
sspi in c#
Vincent -
5 May 2005 11:05 AM - 7 messages
I have been trying to use SSPI in validating user credentials in my winform applications. I have tried looking around the internet but it doesn't seem that there are any code samples for wrapping sspi in c#. Could someone give ...
Web Services and Access Control
Francesco -
5 May 2005 9:42 AM - 4 messages
We are developing a distributed application, made up of several components installed on several machines talking to one another (via SOAP for example, ora via .NET remoting). Suppose those components expose some methods to the outside world: this rises two problems. ...
I keep receiving a file/path access error.
LeRoy Bainbridge -
2 May 2005 9:53 PM - 4 messages
I have been assigned the task of creating a Web Service wrapper around pre-existing Visual Basic ActiveX DLLs. I developed the service in ASP.NET and everything functions as expected, except one part. One of the tasks of the DLLs is to create a text file on the disk and write ...
Form Authentication and new browser instance
Pierre -
2 May 2005 7:30 PM - 9 messages
Hello I am developing a Web application that uses the Form Authentication. At one time, I need to launch a new instance of the browser using javascript.window.open with the correct parameters. When I run a test outside of authentication everything works fine. However ...
System.ExecutionEngineException for certificate object creation
Sushant Bhatia -
2 May 2005 4:35 PM - 8 messages
Hi All. I am using the SecureBlackBox class to create a new X509 certificate. SBX509.TElX509Certificate certUsr = new SBX509.TElX509Certificate(); certUser.LoadFromBuffer(certData); This works fine in some areas of my code but all of a sudden, a certain part of my code is throwing a System.ExecutionEngineException on that ...
NCrypto Encryption & Decryption
sushant.bhatia -
2 May 2005 9:58 AM - 2 messages
Hi All. I'm using the NCrypto dll for RSA Encryption/Decryption ([link]). My encryption code in .Net is pretty simple. The dataToEncrypt length is 1024. The returned data is 1161 in length. public static byte[] EncryptRSA(string certFilePublic, byte[] ...
|
|||||||||||||||||||||||