68 used & new from $0.34

Have one to sell? Sell yours here
 
 
Writing Secure Code
 
 

Writing Secure Code (Paperback)

~ (Author), (Author) "In memory of all those people who needlessly perished on September 11, 2001..." (more)
Key Phrases: effective bit size, malicious user views, canonical representation issues, Microsoft Windows, Microsoft Press, Visual Basic (more...)
4.2 out of 5 stars  See all reviews (35 customer reviews)


Available from these sellers.


16 new from $5.00 52 used from $0.34

Formats

Amazon Price New from Used from
  Paperback, January 3, 2003 $31.49 $11.49 $4.98
  Paperback, November 3, 2001 -- $5.00 $0.34

Customers Who Bought This Item Also Bought

The Security Development Lifecycle

The Security Development Lifecycle

by Michael Howard
4.5 out of 5 stars (4)  $23.09
19 Deadly Sins of Software Security: Programming Flaws and How to Fix Them (Security One-off)

19 Deadly Sins of Software Security: Programming Flaws and How to Fix Them (Security One-off)

by John Viega
4.6 out of 5 stars (12)  $29.70
Software Security: Building Security In

Software Security: Building Security In

by Gary McGraw
4.9 out of 5 stars (19)  $37.79
Hunting Security Bugs

Hunting Security Bugs

by Tom Gallagher
4.6 out of 5 stars (5)  $42.74
Threat Modeling (Microsoft Professional)

Threat Modeling (Microsoft Professional)

by Frank Swiderski
3.8 out of 5 stars (8)  $31.49
Explore similar items

Editorial Reviews

Product Description

Security mistakes by software architects, designers, and developers are an ongoing plague that costs businesses millions of dollars every year when malicious intruders attack interconnected applications, steal credit-card numbers, and deface Web sites. WRITING SECURE CODE offers a ready cure. This fact-filled, eye-opening title covers the major aspects of creating secure applications through the entire development process, from secure design, to writing robust code that can easily withstand an attack, to testing applications for security vulnerabilities. Its short, easily-digested chapters can provide software designers, architects, developers, and testers with the training, theory, and techniques they need to take the right actions to ensure security. Topics it covers include security principles, how to design, code, and test for security, how to write secure managed code for Microsoft(r) .NET, why companies neglect security, the 10 immutable laws of security and security administration, and more. Developers who read this title will have the peace of mind that comes from knowing that the code they develop is not only fast, but secure. Both authors are top security experts at Microsoft who have helped solve some of the toughest security problems in the computing industry.


From the Publisher

No more malicious attacks! Learn the best practices for writing secure code, with samples in Microsoft Visual Basic®.NET, Visual C++®, Perl, and Visual C#®.

Product Details

  • Paperback: 477 pages
  • Publisher: Microsoft Press (November 3, 2001)
  • Language: English
  • ISBN-10: 0735615888
  • ISBN-13: 978-0735615885
  • Product Dimensions: 9.2 x 7.4 x 1.3 inches
  • Shipping Weight: 2.2 pounds
  • Average Customer Review: 4.2 out of 5 stars  See all reviews (35 customer reviews)
  • Amazon.com Sales Rank: #1,144,687 in Books (See Bestsellers in Books)

More About the Authors

Discover books, learn about writers, read author blogs, and more.

Inside This Book (learn more)
First Sentence:
In memory of all those people who needlessly perished on September 11, 2001. Read the first page
Key Phrases - Statistically Improbable Phrases (SIPs): (learn more)
effective bit size, malicious user views, canonical representation issues, generating good random numbers, network bandwidth attacks, running with least privilege, testing secure applications, impersonation functions, canonicalization bugs, array indexing errors, resource starvation attacks, cnf case, hexadecimal escape codes, security test plan, trust user input, canonicalization issues, common security mistakes, heap overruns, epilog code, salted hash, format string bugs, storing secrets, restricted token, security hugs, packet privacy
Key Phrases - Capitalized Phrases (CAPs): (learn more)
Microsoft Windows, Microsoft Press, Visual Basic, Microsoft Visual, Internet Explorer, Visual Studio, Terminal Server, Internet Information Services, Ten Immutable Laws of Security, Program Files, Standard Template Library, United States, Internet Information Server, Internet Server, Table of Contents, Authenticated Users, Cryptographic Foibles, Internet Printing Protocol, Internet Protocol, Knowledge Base, Local Security Authority, Microsoft Corporation, Securing Web-Based Services, Active Template Library, Back Orifice
New!
Books on Related Topics | Concordance | Text Stats
Browse Sample Pages:
Front Cover | Front Flap | First Pages | Back Flap | Back Cover | Surprise Me!
Search Inside This Book:




What Do Customers Ultimately Buy After Viewing This Item?


Tags Customers Associate with This Product

 (What's this?)
Click on a tag to find related items, discussions, and people.
 

Your tags: Add your first tag
 

Sell a Digital Version of This Book in the Kindle Store

If you are a publisher or author and hold the digital rights to a book, you can sell a digital version of it in our Kindle Store. Learn more

 

Customer Reviews

35 Reviews
5 star:
 (22)
4 star:
 (5)
3 star:
 (3)
2 star:
 (4)
1 star:
 (1)
 
 
 
 
 
Average Customer Review
4.2 out of 5 stars (35 customer reviews)
 
 
 
 
Share your thoughts with other customers:
Most Helpful Customer Reviews

 
110 of 126 people found the following review helpful:
3.0 out of 5 stars Not writing non-secure code for Windows, November 30, 2003
By Dmitry Dvoinikov (Ekaterinburg, Russia) - See all my reviews
The title of the book is misleading to begin with. The book is not about writing secure code. It's about (1) not writing non-secure code and (2) using Windows specific security APIs.

(1) Not writing non-secure code. Covers several issues, some more obvious, like buffer overruns and validating user input, some more complex, like escaping URLs and socket security. I thought the book would teach me best practices about organizing code, as in "do like I do". Instead it goes like "don't do like I'm telling you".

(2) Using Windows security APIs. This is THE BEST part of the book. Gives you a very good overview about several different APIs, including ACLs, protecting sensitive data, securing DCOM and .NET code, excellent tips on installing programs etc. etc.

Keep in mind that this book is said to be used internally within Microsoft with "security pushes", with the audience of 8000 people, including not only developers of all levels, but managers as well, therefore the book is by definition a high level overview.

Sometimes the book feels like MS educational course. Ex. (tip on p.77) "I created the ... diagrams ... using ... Microsoft Visio Professional 2002". That's cool, but what does it have to do with security ?

Some topics should never be there. How about 3 pages of tips for a kernel driver writer ? It's a huge topic in itself and how many readers outside MS do this anyway ? Privacy issues are covered idealistically. Yeah, sure, if you put a specially crafted XML to the special place on your site, the users magically start trusting you... I'd better read about real situation with privacy, not how the government rules it to be. Oh, and how about 40 pages about cryptography ? Please...

The book tries to show you the security process with development and testing. I can easily see they use this process in Microsoft, with 8000 people. For a small team it's completely useless. How about using 4 (!) people for a code review ? Sure, upon reading this book you will know that security code review is a must (if you have enough resources). Didn't you know that before ?

The code samples are ugly. How about this: "... X is cool ... several pages of Perl (!) ... see what I mean ?". Ok, one of the authors admits to be a Perl fan, but how am I supposed to read through all this gibberish ? C(++) samples are not much better. May be they are fully functional and compilable and all, but please, they are huge and inconsistent in themselves.

All in all, 5 stars for Microsoft, 3 stars for the rest of the world.

Comment Comment | Permalink | Was this review helpful to you? Yes No (Report this)



 
22 of 26 people found the following review helpful:
5.0 out of 5 stars Great book if you're serious about writing secure code, January 30, 2003
By Leon Zandman "lzandman" (Groningen, Netherlands) - See all my reviews
I got this book for free from Microsoft, because our company became a Microsoft Partner. I must admit that at first I was a little bit sceptical about it, because afterall this book is published by Microsoft and they have this reputation of selling rather insecure software themselves. But after reading the first few sections I knew it was going to be a very good read.

The book explains in very clear language almost every aspect of secure programming and gives a good overview of all common security flaws that can (and will!) enter your programming code. You'll learn how to securely design, implement, test and deploy your programs. Ofcourse buffer overruns are handled (Public Enemy #1 according to the authors), but that's only the tip of the iceberg. The book does a great job by identifying and providing solutions to common security pitfalls. Topics that are handled include: database access, user privileges and Access Control, Cryptography, handling secret data, user input, encoding and internationalization, RPC, DCOM, DOS attacks, .NET and writing secure program documentation.

I recommend this book to every programmer out there, even if you're not programming for the Win32-platform. Don't let the fact that this is a Microsoft publication refrain you from buying this book. If you are serious about writing secure programs this is the book to get.

Comment Comment | Permalink | Was this review helpful to you? Yes No (Report this)



 
17 of 20 people found the following review helpful:
5.0 out of 5 stars Best book I have read about secure software, December 27, 2001
By Mike Brava (Sydney, Australia) - See all my reviews
Too many books talk about how to secure a network, and discuss network-based attacks, but this book is different; it covers how to design, build and test the code at the end of the pipe - the application software.

The book is complete in its explanation of how to make sure your application code, be it web-based or otherwise, is secured from attack.

I learned a great deal from this book, and, based on code and design reviews of my company's code, the authors obviously know what they are talking about - as we made a lot of fixes, and added many new security test cases to our test suites.

Simply put, we never knew we had problems, until we read this book, now it's mandatory reading for all our software engineers.

Comment Comment | Permalink | Was this review helpful to you? Yes No (Report this)


Share your thoughts with other customers: Create your own review
 
 
 
Most Recent Customer Reviews

2.0 out of 5 stars Should be Microsoft Secure Code
I agree with a previous reviewer that the title is misleading - it should emphasize that this is primarily a book about not writing non-secure code on a Windows platform... Read more
Published 19 months ago by John F. Dooley

4.0 out of 5 stars A good security book especially if you develop on Windows
This is a good book as it does a good job covering the different sources of software insecurities:

- The classical buffer overflows on the stack and on the heap... Read more
Published 23 months ago by Olivier Langlois

2.0 out of 5 stars Did not enjoy this book
This book concentrates on a very important subject - writing secure code for Windows. In particular it focuses on two aspects: (a) correct coding techniques and how to avoid... Read more
Published on October 25, 2007 by Paz Offer

1.0 out of 5 stars Okay overview
Okay overview. Not many details good for beginning programmers who are learning how to code right. Not really for understanding windows security or architecture, but then that is... Read more
Published on September 20, 2007 by Kinshumann

4.0 out of 5 stars The most comprehensive, example-centric Microsoft secure coding book
I read six books on software security recently, namely "Writing Secure Code, 2nd Ed" by Michael Howard and David LeBlanc; "19 Deadly Sins of Software Security" by Michael Howard,... Read more
Published on November 1, 2006 by Richard Bejtlich

5.0 out of 5 stars An eye opener
You think your data is safe, your website secured, your code foolproof.... think again. If you haven't read this book, probably none of the above are true. Read more
Published on June 21, 2006 by J. Silberstein

4.0 out of 5 stars Good reference for Securing Microsoft Application Development.
I am happy with this book, it helped me quickly with all possible security options with Microsoft C++ and little bit of .NET framework. Read more
Published on February 12, 2006 by Craig Anderson

5.0 out of 5 stars Required readind, not just at MS
Every professional developer should read this book, period!

This book provides a great overview of what techniques are important when writing secure applications, and what... Read more

Published on May 3, 2004 by Markus Egger

4.0 out of 5 stars Excellent reading for any programmer
This is an excellent book for any beginner to intermediate programmer who would like to know the hooks and corners of securing the code. Read more
Published on August 15, 2003 by cltss

5.0 out of 5 stars Good eye-openner book
This book does a great job on showing you that security is not exactly a feature you add to your software, but should be a part of every single line of code you write. Read more
Published on June 23, 2003 by Paulo E. Reichert

Only search this product's reviews



Customer Discussions

This product's forum
Discussion Replies Latest Post
No discussions yet

Ask questions, Share opinions, Gain insight
Start a new discussion
Topic:
First post:
Prompts for sign-in
 


Active discussions in related forums
Search Customer Discussions
Search all Amazon discussions
   




Product Information from the Amapedia Community

Beta (What's this?)


Look for Similar Items by Category


Look for Similar Items by Subject

 

Feedback

If you need help or have a question for Customer Service, contact us.
 Would you like to update product info or give feedback on images?
Is there any other feedback you would like to provide?

Your comments can help make our site better for everyone.



Your Recent History

 (What's this?)

After viewing product detail pages or search results, look here to find an easy way to navigate back to pages you are interested in.