Show All Related Tags
Did you mean
identity theft (215 results), identity (175 results), identity management (134 results), SIM card (62 results), identity federation (28 results)more...
Show Fewer Related Tags
Did you mean
identity theft (215 results), identity (175 results), identity management (134 results), SIM card (62 results), identity federation (28 results), Microsoft Identity Integration Server (18 results), Microsoft Identity Integration Server 2003 (11 results), user identity (10 results), biometric identification (9 results), digital identity (8 results), identity fraud (6 results), secure identity management (2 results), brand identity (1 results), identity thief (1 results)fewer...
Sponsored White Papers, Webcasts, and Downloads
- Live Webcast: Activate Today! Realize ROI with Intel® vPro Technology and Microsoft System Configuration Manager
- Live Webcast: Activate Today! Realize ROI with Intel® vPro™ Technology and LANDesk
- Leverage your information to thrive - Your complete guide to best practice in information management
TechRepublic Resources
- sort by:
- Relevance
- Date
- Popularity
- How do I... Reseed a SQL Server identity column?
- Microsoft SQL Server’s identity column generates sequential values for new records using a seed value. Seeding and reseeding an identity column is easy and relatively safe, if you do it correctly. Susan Sales Harkins shows you how it works. by Susan Harkins
- Blog posts 2008-07-15
- The multiple faces of identity theft
- During a routine check of her new 401k account, "Holli" discovered something that wasn't quite right. The name of another person was attached to her account. A person she didn't know. It is something the experts call Social Security Number-only identity theft. And it is more popular...
- Blog posts 2008-05-28
- The year of the missing identity
- 2007 seems to have been the year of the missing identity. Most recently, the Globe and Mail reported that a computer tape is missing from Iron Mountain, a data storage company. The tape is believed to have information on 650,000 credit card holders, including customers of J.C. Penney...
- Blog posts 2008-01-18
- Cisco combines identity and role-based security for a new security architecture
- Cisco's new security initiative, called TrustSec, will make it possible for enterprise-wide implementation of role-based access and authentication. An excerpt from InformationWeek: The most important feature of TrustSec is the security measures it assigns based on the roles and identities of users. For example, access to...
- Blog posts 2007-12-07
- Outlook Express Auto-Complete
- My Issue is that I can't seem to remove an email address from my Outlook Express autocomplete. I have tried deleting the email address when the auto-complete highlights it in the To box and also cleared AutoComplete from Internet Explorer. Nothing seems to work. With MS Outlook, there...
- Discussion threads 2007-09-17
- People search could hyperlink cyber identities
- My scholarly colleague John Bartley had raised several ethical concerns associated with the risk of making information on people available at a single portal on a publicly accessible medium. While it's true that any service or tool that makes information pertaining to people available online has a potential of getting...
- Blog posts 2007-08-22
- The Google Phone identity
- Various reports around the Web shows that Google Inc. has approached wireless phone operators and handset makers as it goes about its not-so-secret-plan-anymore to create a new market empire segment revolving around advertisements on mobile phones. According to the Wall Street Journal: “The company, which...
- Blog posts 2007-08-02
- New identity management options for SMBs
- Identity management is emerging as one of the biggest challenges for users and companies, but new technologies such as Information Cards make it easier for SMB users to create and present multiple digital identities without having to memorize a large number of passwords. Digital identities are the way people...
- Technical articles 2007-03-26
- Photos: Sex, Silicon Valley and video tape
- San Francisco video installation explores the identity of Silicon Valley's millionaire businessmen.
- Image galleries 2007-02-24
- Getting to Secure Internet Identity Management
- What do you think of Microsoft's support of OpenID?Last week, Microsoft announced that it will integrate its CardSpace InfoCard technology with OpenID. What do you think of this integration? What do you think of the OpenID or CardSpace models for Internet identity management?Certificate based?I don't trust the current...
- Discussion threads 2007-02-12
- Part 2: Developing an object oriented database in less than 140 lines of C#
- This article is also available as a TechRepublic download, which includes all of the sample code and files in a Visual Studio project file. Click here to view Part 1 of the series.The architectureBeforegoing into the details of the code we need to take a look at the architecture behindour...
- Technical articles 2007-01-18
- Protect sensitive data everywhere: not just in production
- Defending against unwanted network and end-user device intrusions has one objective—protecting the data. This means protecting the data no matter where it resides or how it moves. However, this seems to be a problem in some organizations when addressing security for testing QA and development environments.Recently I discovered...
- Blog posts 2007-01-11
- Do other countries have hyphenated citizens?
- I have been seeing this for a long time now, and it always amazes me the things people will do or say to separate themselves from the whole.Here in the US, we have African-American, Chinese-American, Irish-American, German-American, Armenian-Americ
- Discussion threads 2006-10-10
- Avoid output message when using Trigger
- I created a trigger for delete on my table. When a user try to delete an item, several processes are lunched, and I don't want this processes to output. When the user try to delete a row, he got a result like (1 rows affected)(2 rows affected)(0 rows affected)Is it...
- Discussion threads 2006-08-31
- Australian Police Dept. Email Security Breach
- Australia's Herald Sun broke a story yesterday that the Victoria Police accidentally leaked 7,000 sensitive pages to an officer who simply asked to see his own file http://www.news.com.au/heraldsun/story/0,21985,20231813-661,00.htmlHis inbox was greeted with that and more when he also got 291 files on Victoria residents http://www.iwantmyess.com/?p=89Looks like the Australian government is...
- Discussion threads 2006-08-25
- Manage multiple identities masterfully in Windows 2000 Professional
- Do you use different identities for home and business? If so, you can easily separate them in Windows 2000 with Windows Address Book and Outlook Express, keeping your data where it belongs. Here's how. Outlook Express and the Windows Address Book WAB, both included with Windows 2000, support...
- Technical articles 2006-08-14
- Modify your logo's fonts and positioning in Word
- Or better still use an image of your logoMost companies spend a lot of time and money on corporate identity, even SMEs, and mucking about with the logo in Word as text is a sure way of getting the branding wrong. If you need to have the branding in your...
- Discussion threads 2006-08-02
- Design and build better Web sites with templates developed in Dreamweaver 8
- Templates let you build Web pages that share a similar structure and graphic identity, quickly and without having to worry about accidentally deleting or changing elements. This chapter download from Dreamweaver 8: The Missing Manual, by David Sawyer McFarland shows you how to develop templates for your Web site using...
- Download resources 2006-04-27
- What's behind open-source ID push?
- IBM and Novell have come out in support for Higgins, a previously obscure open-source identity management project. Though details are sketchy on Higgins right now, it's an open-source response to Microsoft's InfoCard in a multibillion-dollar ID management market.What do you think about the future of the Higgins Project?So what's the...
- Discussion threads 2006-03-03
- Trigger output
- I'd like to use a trigger to identify the GUID that was assigned to a record just inserted. Here is the TRIGGER statement:CREATE TRIGGER trigBoardsGUID ON [EngineeringUser].[Boards] FOR INSERTASBEGIN SET NOCOUNT ON SELECT Board_GID AS '@@GUID' FROM insertedENDHow do I access '@@GUID' from my stored procedure that inserts into Boards?I was using an...
- Discussion threads 2006-01-10
- << Previous
- page 1 of 9
- Next >>
Content Types
- Blog posts (9 results)
- Book chapters (3 results)
- Case studies (18 results)
- Discussion threads (11 results)
- Download resources (4 results)
- Image galleries (1 results)
- Presentations (1 results)
- Software downloads (14 results)
- Technical articles (13 results)
- Webcasts (30 results)
- White papers (71 results)
Refining Tags
- Security (58 results)
- Access Management (47 results)
- Software (35 results)
- Microsoft Corp. (25 results)
- Enterprise Software (24 results)
- Microsoft Windows (20 results)
- Internet (18 results)
- Webcast (17 results)
- Network (15 results)
- Authentication/Encryption (14 results)
- Identity Management (14 results)
- Computer Associates International Inc. (13 results)
- Information Technology (12 results)
- Web (12 results)
- Hardware (11 results)
- Finance (11 results)
- Operating Systems (11 results)
- Compliance (11 results)
- Networking (10 results)
- Directory Services (8 results)
- Identity Theft (8 results)
- Microsoft Windows Active Directory (8 results)
- Microsoft Access (8 results)
- Marketing (7 results)
- E-mail (7 results)
- Novell Inc. (7 results)
- Authentication (7 results)
- Network Security (7 results)
- It Management (7 results)
- Password (7 results)
- Microsoft TechNet (7 results)
- Hewlett-Packard Co. (7 results)
- Sun Microsystems Inc. (6 results)
- Financial Services (6 results)
- Data Management (6 results)
- Government (6 results)
- Single Sign-on (5 results)
- Quest Software Inc. (5 results)
- Server (5 results)
- Strategy (5 results)
- Groupware (5 results)
- Viruses And Worms (5 results)
- Human Resources (5 results)
- Microsoft Outlook Express (5 results)
- Channel Management (5 results)
- Cloud Computing (5 results)
- Web Site (5 results)
- Microsoft Outlook (5 results)
- It service Management (5 results)
- Online Communications (5 results)
