Why must credentials be explictly given when user is already logge
Thu, 8 May 2008 19:53:00 -0700
I have the famous General access denied but I can't find someone in a similar
situation.
I am trying to do something very simple: let each user in the company update
his own mobile phone number on a web page. The web application has Anonymous
off and Integrated Windows authentication. It works fine retrie ...
|
Trouble running .Net Service as LocalSystem
Wed, 7 May 2008 22:05:00 -0700
I have a C++ .Net Windows Service application that is deployed at several
customer sites. The application starts, and works perfectly at all of the
sites, except one. At one site the service will not start. They are running
a Windows 2003 server. The error message is รข??Error 1053: The service did not
re ...
|
Re: Encrypt / Sign ? Not really sure
Wed, 7 May 2008 10:37:04 +0000 (UTC)
Hello Mark,
> OK, some thoughts in no particular order that may help.
>
> - One of the problems with .Net applications is that, being that
> intermediate byte-code stuff, it is inherently easy to
> reverse-engineer. There is no way to absolutely hide an encryption key
> in a .Net assembly. You can make it p ...
|
RSA encrypt/decrypt of byte array
Tue, 6 May 2008 14:28:40 -0700 (PDT)
I'm encrypting and then decrypting a byte array using the
RSACryptoServiceProvider. The byte array is 52 bytes in length. After
encrypting I'm converting the encrypted bytes (returned from the
provider's Encrypt method) to a string using Encoding.UTF8.GetString.
I then pass this string along to the decryption fu ...
|
Encryption sources.
Mon, 5 May 2008 21:08:20 -0300
Hi,
Can anyone point me to some good sources and books about encryption in .NET?
Thanks,
Kashaan.
...
|
NetworkCredentials between Internet Explorer and ClickOnce.
Fri, 2 May 2008 15:18:21 -0700 (PDT)
Hello,
We have a 2.0 ClickOnce app that is launched from an ASP.Net website.
Basically, the user signs in to the website and can perform business
functions. For a richer interface for certain fucntions, a ClickOnce
app is launched, but needs to run under the same credentials and
login. I have IWA turned on ...
|
IsInRole() local group vs domain group
Fri, 2 May 2008 03:36:01 -0700
Security Newbie:
I am logged into my PC as local Administrator whether I use my PC locally or
in the office.
The PC is configured to connect to the domain when being in the office.
The following lines
Dim myDomain As AppDomain = Thread.GetDomain()
myDomain.SetPrincipalPolicy(PrincipalPolicy.WindowsPrinci ...
|
|
|
Re: Encrypt / Sign ? Not really sure
Mon, 28 Apr 2008 09:13:33 +0000 (UTC)
Hello Mark,
> I didn't read your code thoroughly, but I think you're dealing with a
> conceptual error here.
>
> Asymmetric encryption is generally used when you want others to be
> able to send you stuff that only you can read. Hence you ENCRYPT with
> your public key (the one you give out) and you DECRYPT ...
|
Encrypt / Sign ? Not really sure
Fri, 25 Apr 2008 13:53:18 +0000 (UTC)
Ok
I need to put a small amount of inforamtion on a public server.
This information should be encoded so as to make it less than easily read
by a human.
I need a program I write to be able to access this info and decrypt it.
This information needs to be checkable as having been created by me and not
messe ...
|
Strange e-mail subject lines
Tue, 22 Apr 2008 13:53:00 -0700
In Outlook I have been getting e-mails from names I don't know and the
subject line looks like it is in a foreign language, but it is really no
language.
Any idea what this is and how to get rid of them coming in. A friend has
also had this experience. ...
|