| Thread | Last Post | Replies |
|
| Cross-platform encryption w/Rijandael Algorithm | 12 Sep 2006 13:54 GMT | 1 |
Does someone have any insight into the assumptions made with the Rijandael algorithm - I'm trying to encrypt documents on a PC platform and decrypt them on a Mac OS (and vice-versa) without success. How is the IV field created by default on .Net2 implementation? Is there any ...
|
| System.UnauthorizedAccessException - Using win forms application opening file - Urgent | 12 Sep 2006 06:40 GMT | 5 |
I have some very simple code FileStream fileStream = new FileStream(@"K:\Development\Projects\POReport.asp", FileMode.Open); Which throws an exception
|
| security related topics | 11 Sep 2006 17:14 GMT | 1 |
i am working on security features in a project . can u send any links or materials, from those i can follow. thank u..
|
| What do FTP servers do when file send fails durring a file upload? Are partial files ever written? does ftp protocol cover this? | 08 Sep 2006 19:10 GMT | 1 |
What do FTP servers do when file send fails durring a file upload? Are partial files ever written? does ftp protocol cover this?
|
| Encrypt/Decrypt Username Password using Public Key | 07 Sep 2006 18:56 GMT | 6 |
I want to encrypt the username and password using public key. Decrypt it using private key. Any help or code is very helpful. Thanks in advance for your help.
|
| Generating RSA key with different public exponent | 07 Sep 2006 18:48 GMT | 5 |
I need to generate RSA keys using a different public exponent from the default one used by the RSACryptoServiceProvider (65537, {1,0,1}). The reason I need to do this is that I am currently writing software which communicates with a device that annoyingly assumes the public exponent
|
| VS2005 Throws Security Exception when run from Network!? | 07 Sep 2006 17:41 GMT | 6 |
Dear List, I have developed an application in VS 2005. The application works fine when run from the Local drive C:\ but when the application is run from a Network Drive it throws a Security Exception. The Exception getting thrown is -
|
| What User/Security Principal Is Needed to Access Network Via Serv | 06 Sep 2006 20:37 GMT | 2 |
I'm building a .NET Windows Service that needs Modify rights on a network folder. I'm guessing that running as the Network Service (or Local Service) account is the way to go, but simply giving this security principal Modify rights on the folder does not work. Any ...
|
| IOPermission while saving configuration file | 06 Sep 2006 13:35 GMT | 2 |
In a windows form app (2.0) I get an IOPermission failed while executing the lines: Configuration exeConfig = ConfigurationManager.OpenExeConfiguration(ConfigurationUserLevel.None);
|
| security problem with xp_cmdshell | 06 Sep 2006 10:27 GMT | 3 |
Hi evryone, This sql code doesn't work. set @cmd = 'D:\data\gegevensbeheer\produktie\AccountSynchroTrigger\AccountSynchroTrigger.exe '
|
| Accessing certificate services with .net | 05 Sep 2006 17:04 GMT | 3 |
I need to retrieve a certificate from a Microsoft Certificate Services PKI by its certificate ID and I don't know where to start. background: I have signed records in a database, each record holds the id of the
|
| PKI confusion... | 01 Sep 2006 18:40 GMT | 15 |
I am implementing a licensing library to use across all my companies applications. The basis for this system is going to be simple text files that contain the details of the enclosed license and then an encrypted has of the contents to
|
| ActiveDirectoryMembershipProvider against non microsoft LDAP | 01 Sep 2006 15:08 GMT | 1 |
is it possible to configure the ActiveDirectoryMembershipProvider to talk to a non-microsoft LDAP server such as novell eDirectory ? all the config settings only specify a standard LDAP connection string, so i am hopefull it can be done.
|
| what about LDAP? | 01 Sep 2006 14:58 GMT | 2 |
hai, i am working on a RightsManagementAppliction.it is dealing with LDAP. Can u send any links which explains about implementing LDAP with C# application...
|