Dr. Dobb's is part of the Informa Tech Division of Informa PLC

This site is operated by a business or businesses owned by Informa PLC and all copyright resides with them. Informa PLC's registered office is 5 Howick Place, London SW1P 1WG. Registered in England and Wales. Number 8860726.


Channels ▼



site Search Results

Results for: herb sutter a false sense of security

Sort by: Relevance | Date

The Dr. Dobb's Developer Library DVD Order the NEW Discounted Dr. Dobb's Developer Library DVD 6
Purchase the fully searchable DVD for $59.95 - a 60% discount! Features 21 years of Dr. Dobb's Journal, 15 years of Sys Admin magazine, 14+ years of C/C++ Users Journal, 1 year worth of Dr. Dobb's Digest, podcasts, videos and more! Order Now.

Data Signing and Encryption in VB

Dr. Dobb's Journal,
April 01, 2002

Concern for security on Windows platforms has never been higher. Bjarke covers electronic signatures handled through VB-based GUI and batch applications. These signatures have two functions: Ensure that data is unmodified and verify the identity of the signer. The article also covers using smart cards and data encryption.

The Group of Seven - Extensions under Consideration for the C++ Standard Library

Dr. Dobb's Journal,
April 01, 2002

In this month's column, we visit the "Group of Seven. No, not the Canadian artists, but rather the first group of seven suggested C++ Standard library extensions considered at the most recent standards meeting in October 2001.

Conversations: To Sleep, Perchance

Dr. Dobb's Journal
April 01, 2002

Just how many threading and streaming mistakes can arise in one poor little dozen-line function? Quite a few, and that's not even counting the magic... The effects of sleep deprivation can have an astonishing effect on the clarity of one's code.

To Catch a Thief

Dr. Dobb's Journal,
March 09, 2002

Even the most elaborate security measures are no guarantee against network intrusions. When the unthinkable happens, well-defined procedures for gathering and preserving evidence can help you take action.

Avoid Confusing Messages Caused by Password Filters

Dr. Dobb's Journal,
February 01, 2002

Password filtering in Windows NT and Windows 2000 allows you to set rules to ensure users select secure passwords. In some cases, the password filtering can cause an irritating error message, but you can take steps to avoid it. Manfred reviews how password filtering works and provides a DLL to improve it.

From Mechanism to Method:The Safe Stacking of Cats

Dr. Dobb's Journal,
February 01, 2002

What can you do with a cat? Many things, perhaps the most surprising of which (not least to the cat) is to stack it. However, not all attempts at cat stacking are successful. This column explores the safety aspect of such antics in C++: What are the levels of exception safety that we can assume? By what means can we achieve exception safety? What are the five different approaches to cat stacking? What are their relative merits and drawbacks?

Extensible Templates: Via Inheritance or Traits?

Dr. Dobb's Journal,
February 01, 2002

Traits classes have become de rigueur in C++ template programming. Read this to find out why.

Programming with Perl | Ravaged by Robots!

Dr. Dobb's Journal
January 01, 2002

In last month's column, I talked about implementing one type of survey form for customer feedback. Other types of forms often have ratings systems or multiple-choice values, which are then summarized into an average score to determine the most frequent responses.

Applying .Net to Web Services (Web Techniques, May 2001)

Dr. Dobb's Journal
January 01, 2002

As long as it has been possible to connect two computers, programmers have built software that communicates over the network. Most of this communication is facilitated by protocols, which standardize and formalize the way information is exchanged among various applications. Protocols that hide the low-level network plumbing make lazy developers like me very happy, because they require less work and offer more reward.

Programming with Perl | Archiving and Compression with CGI (Web Techniques, Aug

Dr. Dobb's Journal
January 01, 2002

Tens of thousands of compressed tar archives probably exist out there on the Web to download. I can't imagine how much time, even on a high speed connection, it would take to download them all. A major problem with compressed archives, whether tar, zip, or otherwise, is that even if the publisher of the information has carefully bundled only the most important files, sometimes I really want only part of the data. However, I'm forced to download the entire thing (perhaps over a slow connection in a hotel room, as I often am), to discard only the parts I don't want.

Previous 14 15 16 17 18 19 20 21 22 23 Next