Secure Programming Mode:
(Page 6 of 36)  < Prev  1 2 3 4 5 6 7 8 9 10 11  Next >
RE: Microsoft Writing Secure Code 2005-01-06
Ton Geurts (Geurts vanveen nl)


-----Original Message-----
From: Damhuis Anton [mailto:DamhuisA (at) aforbes.co (dot) za [email concealed]]
Sent: dinsdag 4 januari 2005 10:53
To: secprog (at) securityfocus (dot) com [email concealed]
Cc: Michael Howard
Subject: RE: Microsoft Writing Secure Code

I have read the book "Designing Secure Web-based Applications", found it
quite informativ

[ more ]  [ reply ]
RE: Microsoft Writing Secure Code 2005-01-04
Michael Howard (mikehow microsoft com)
If you want a book on writing secure code then, "designing secure web
apps" is *Not* the book you need (hence the title!) you need "Writing
Secure Code 2nd Ed", (hence the title :)

[Writing Secure Code] http://www.microsoft.com/mspress/books/5957.asp
[Protect Your PC] http://www.microsoft.com/prote

[ more ]  [ reply ]
RE: Microsoft Writing Secure Code 2005-01-04
Damhuis Anton (DamhuisA aforbes co za) (1 replies)

I have read the book "Designing Secure Web-based Applications", found it quite informative but also somewhat disappointing.

I was (at the time) looking for a book that assists with "writing secure code". Thus how code should be written, not the way code interfaces with security components.

Exampl

[ more ]  [ reply ]
Re: Microsoft Writing Secure Code 2005-01-06
priestmaster (priest priestmaster org)
Published Papers 2005-01-04
Rocky Heckman (rocky he g-wizinnovations com) (1 replies)
Hello List,
I published a couple papers that I hope you?ll find interesting.  This
particular group will probably find the first one more interesting than the
PDA one. I?d also welcome any constructive criticism (nicely worded :-) )
that you may have.

There are two of them:
Advances in Software B

[ more ]  [ reply ]
Re: Published Papers 2005-01-04
Jesper Anderson (jesper pobox com)
New article: "Secure programmer: Call Components Safely" 2004-12-27
David A. Wheeler (dwheeler ida org)
The latest article in my "Secure Programmer" series is now available! This
series is a developerWorks series on how to develop
secure programs for Linux/Unix.

Article #7 is Secure programmer: Call Components Safely.
The posted date is 16 December 2004, but it's only been
available since around 23

[ more ]  [ reply ]
MD5 for powerpc 2004-12-16
gurus tataelxsi co in
Hi,

I'm using MD5 for SNMPv3 authentication. I'm using net-snmp agent.
I am running the SNMP agent on a powerpc (motorol processor). When I send a request from an intel processor pc (linux) to this agent, EVP_md5() (called from HMAC ()) hash function generates a wrong code. The only difference bein

[ more ]  [ reply ]
RE: Microsoft Writing Secure Code 2004-12-09
David LeBlanc (dleblanc exchange microsoft com)
Re-sending as plain text...

I'll admit to spreading propaganda for the cause of getting developers
to write secure code. I take extreme exception to any charge of the
book's being an extension of our marketing department. They siezed on it
AFTER we wrote it <g>. No one except ourselves had any say

[ more ]  [ reply ]
RE: Microsoft Writing Secure Code 2004-12-09
Alan Krassowski (alan_krassowski yahoo com)
In the simpler dictionary definitions of propaganda, "information that
is spread for the purpose of promoting some cause" or "material
disseminated by the advocates or opponents of a doctrine or cause", of
course this book fits (as do most). But, this is a semantically
charged word with other conno

[ more ]  [ reply ]
RE: Microsoft Writing Secure Code 2004-12-09
Michael Howard (mikehow microsoft com)
There is certainly no "propaganda" in the book. David and I were given
freedom to say what we wanted, and we did, there are lots of Microsoft
vuln examples and internal Microsoft stories.

[Writing Secure Code] http://www.microsoft.com/mspress/books/5957.asp
[Protect Your PC] http://www.microsoft.c

[ more ]  [ reply ]
RE: Microsoft Writing Secure Code 2004-12-09
Keith Oxenrider (web10198 sol-biotech com)
I have read about the first third after finding it in a used book store (I am a CISSP with a focus on secure programming and always look for books like this). I was very happy with the writing and the code examples. My interest is in platform independant programming which is why I left off at that

[ more ]  [ reply ]
Microsoft Writing Secure Code 2004-12-09
Rui Covelo (rui covelo gmail com) (5 replies)
Hi!

I was looking for some opinions about the book "Writing Secure Code"
from Microsoft press. The book is already "old" but I only got to read
it now... well.... some of it. I searched the mailing list archive for
"microsoft writing secure code" but didn't find anything related so I
guess it hasn'

[ more ]  [ reply ]
Re: [OBORONA-SPAM] Microsoft Writing Secure Code 2004-12-09
Konstantin V. Sakhin (kotc-subscriber yandex ru)
Re: Microsoft Writing Secure Code 2004-12-09
Sölvi Páll Ásgeirsson (solvi hugbunadur is)
RE: Microsoft Writing Secure Code 2004-12-09
Yvan G.J. Boily (yboily seccuris com)
Re: Microsoft Writing Secure Code 2004-12-09
Valdis Kletnieks vt edu
Re: Microsoft Writing Secure Code 2004-12-09
Holger Peine (holger peine iese fraunhofer de)
RE: Account Lockouts 2004-12-07
Cunningham, Andy (acunningham rsasecurity com)
For resetting passwords, one technique is to leave the password
information on that user's voicemail. Ok, there's the chance that
their voicemail could be compromised too, but it does add a level of
difficulty for the attacker.

Andy

-----Original Message-----
From: Skander Ben Mansour [mailto:se

[ more ]  [ reply ]
RE: Account Lockouts 2004-12-07
Jefferies, Darren (Darren Jefferies health wa gov au)
Hi All, I think the idea of using SIRDS to visually 'encode' the numerals is really good. I had considered writing software to do exactly this several years ago. Sort of like a pseudo-holographic signature. The problem with this method though is that most people can't see sirds. I wrote a SIRDS g

[ more ]  [ reply ]
RE: Account Lockouts 2004-12-07
Michael Wojcik (Michael Wojcik microfocus com)
> From: The Amazing Dragon [mailto:ehem (at) cs.pdx (dot) edu [email concealed]]
> Sent: Monday, 06 December, 2004 01:22

> Using SIRDS as a transformation might be pretty effective against current
> recognizers.

I've never had any luck at seeing SIRDS pseudo-images, and I know other
people who've had similar difficulty. I s

[ more ]  [ reply ]
RE: Account Lockouts 2004-12-06
David LeBlanc (dleblanc exchange microsoft com)


David A. Wheeler [mailto:dwheeler (at) ida (dot) org [email concealed]] said:

> Watch out for parallel logins, though.
This can still mean that an attacker can always lock out
everyone, but only during the duration of an attack;
halt the attack & the lockouts cease quickly.

That's something that goes back to my

[ more ]  [ reply ]
Web Application Security Consortium 'Guest Articles' Call for Papers 2004-12-06
robert webappsec org
Web Application Security Consortium
Guest Articles Call for Papers

The Web Application Security Consortium (WASC) is seeking contributed
'Guest Articles' by industry professionals on the latest in trends, techniques,
defenses, best practices and lessons learned relevant to the field of web
appli

[ more ]  [ reply ]
Re: Account Lockouts 2004-12-04
Michael Silk (michaelsilk gmail com)
Mark,

Re: "Long term strategy".

Sure, maybe they aren't a long term strategy, but of course any
security measures you implement should be reviewed at appropriate
intervals to see if it is still adequate. If this was inplace there
would be no problem.

Anyway, there are other things that aren't

[ more ]  [ reply ]
(Page 6 of 36)  < Prev  1 2 3 4 5 6 7 8 9 10 11  Next >


 

Privacy Statement
Copyright 2010, SecurityFocus