Go Back   PCMech Forums > General & Off Topic > General Discussion

Need Some Help? Type Your Keywords Here:

Reply
 
LinkBack Thread Tools Search this Thread Rate Thread Display Modes
Old 04-18-2002, 07:33 PM   #1
The Preacher Man
Premium Member
 
SARGE's Avatar
 
Join Date: Apr 2000
Location: Dallas
Posts: 4,828
Uh Oh - Big Brother

My conspiracy theories keep coming to fruition. I knew it, I knew it...


http://seattletimes.nwsource.com/htm...assport18.html
__________________
"Don't be so open-minded that your brains fall out."
SARGE is offline   Reply With Quote
Old 04-18-2002, 07:55 PM   #2
Retired
 
Kubie's Avatar
 
Join Date: Apr 2000
Location: Modesto,Calif
Posts: 4,048
Sarge,

One way or another, the government will get through to monitor our every coming and going.

Carl
Kubie is offline   Reply With Quote
Old 04-18-2002, 08:35 PM   #3
Member (12 bit)
 
Paul Victorey's Avatar
 
Join Date: Mar 1999
Location: MN or WI
Posts: 3,017
Any system designed to verify identity at government sites would need to be bug-free and very secure. Microsoft is doomed.

I mean, if I were designing a system to identify someone uniquely, I'd do somthing like authenticate by digitally signing messages using some system like PGP. Building this functionality into browsers wouldn't be hard.

Passport authenticates via BROWSER COOKIES. Cookies are OK and all, but they're hardly anything I'd trust critical information to. Cookies can be stolen; in a digitially signed messages case, the private key would never be sent or available in any form to the internet. The whole idea (or, one of the ideas) of dual key cryptography is that you can verify that a person possesses a key without ever sending the key.

MY idea for an identification would be as follows:

* The user's private key would be stored on disk, and would be password protected (encrypted).
* When the user needed to use the key, he/she would input the password, which would be transformed into its own key via a hash algorithm like SHA-1 or its stronger cousins.
* This hashed password would be used to decrypt the private key off the disk. This would be used to sign messages.
* Any service could verify ID using the public key.

This means that attackers cannot spoof identity by intercepting messages, by extracting browser data, or EVEN by stealing the private key from the hard disk, because without the hashed password, it's useless.

Last edited by Paul Victorey; 04-18-2002 at 08:54 PM.
Paul Victorey is offline   Reply With Quote
Reply

Bookmarks

Still Need Help? Type Your Keywords Here:


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is On
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT -5. The time now is 09:35 AM.
Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2012, vBulletin Solutions, Inc.
SEO by vBSEO 3.6.0 PL2