Viewing 15 posts - 481 through 495 (of 938 total)
It looks like they are releasing "Sedna" under a "Shared Source Initiative"... That's probably about as close to true "Open Source" as we're likely to see on this one, at...
March 26, 2007 at 9:45 pm
Hi Nick,
I don't have much time to write a key container import/export program right now, but you might be able to use aspnet_regiis to export and import the key containers (see
March 23, 2007 at 8:30 pm
I've sent the source code to Steve to post when he has an opportunity.
March 20, 2007 at 9:38 am
You need to export the key container and re-import on the target machine. Here are some links with more information:
http://search.msdn.microsoft.com/search/default.aspx?query=export+key+container&siteid=0&tab=0
http://msdn2.microsoft.com/en-us/library/aa380252.aspx
http://msdn2.microsoft.com/en-us/library/ms867088.aspx
http://msdn2.microsoft.com/en-us/library/ms867080.aspx
March 20, 2007 at 8:51 am
For comparison purposes:
1772 = 3.911310908*1088 max. attempts
6372 = 3.568778227*10129 max. attempts
9572 = 2.489428061*10142 max. attempts
The max. attempts calculation can be a little misleading since it is a maximum, and the...
March 15, 2007 at 1:15 pm
One problem with that password generator - you only allow 17 total characters (0-9, A-F, hypen) which makes hacking it much simpler than if you allowed 63 or more characters...
March 14, 2007 at 10:23 am
It's all in the numbers If MS were to release a new, smaller service pack once every quarter (for example) they would be...
March 13, 2007 at 11:17 am
I tend to think of lawyers as making a living by trying to better define (or in some cases, further obfuscate) the "gray areas" of life. One of the things...
March 9, 2007 at 11:52 am
Hi EM,
One of the issues noted with prefixes is that the type of object can actually be changed. For instance, you might have a table named "tSales" or even "t_Sales"...
March 9, 2007 at 11:06 am
Anyone know any good IT jokes? Most of the ones I know end with a punchline about keeping the user away from the machine...
March 9, 2007 at 8:24 am
I think Steve hit the nail on the head with why people get into using prefixes. A lot of people got used to naming their database objects with prefixes precisely...
March 7, 2007 at 11:14 am
First of all, the zero-length string ('') is not NULL. SQL is implicitly casting the zero-length string to 0.
Secondly, you shouldn't be passing a zero-length string to an INT...
March 5, 2007 at 7:45 am
I'm not using the user's password to secure the keys - I use other identifying data about a user that do not change as often, so a password change will...
February 28, 2007 at 11:46 am
Hey, he only called me "self-aggrandizing", "ignorant (x10)", "liar (x4)", "intellectually dishonest (x4)", and I think he even slipped "spade" in there somewhere. And that was just the warm-up, before...
February 27, 2007 at 12:28 pm
Viewing 15 posts - 481 through 495 (of 938 total)