Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #12626
| Path | csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!gegeweb.org!de-l.enfer-du-nord.net!feeder1.enfer-du-nord.net!feeder.news-service.com!news2.euro.net!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail |
|---|---|
| Return-Path | <rosuav@gmail.com> |
| X-Original-To | python-list@python.org |
| Delivered-To | python-list@mail.python.org |
| X-Spam-Status | OK 0.118 |
| X-Spam-Level | * |
| X-Spam-Evidence | '*H*': 0.76; '*S*': 0.00; '5:06': 0.16; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'subject:Detecting': 0.16; 'wrote:': 0.16; 'subject:Windows': 0.18; 'received:209.85.210.174': 0.18; 'received:mail- iy0-f174.google.com': 0.18; 'header:In-Reply-To:1': 0.22; 'somewhere': 0.23; 'versions': 0.23; 'sep': 0.23; 'pm,': 0.24; 'work.': 0.27; 'looks': 0.29; 'message-id:@mail.gmail.com': 0.29; 'do.': 0.30; 'hansen': 0.30; 'yet': 0.32; 'app': 0.33; 'to:addr :python-list': 0.33; 'pretty': 0.35; 'fri,': 0.36; 'sequence': 0.37; 'but': 0.37; 'some': 0.38; 'received:google.com': 0.38; 'received:209.85': 0.38; 'subject:: ': 0.39; 'window': 0.39; 'why': 0.39; 'to:addr:python.org': 0.39; 'hit': 0.40; "it's": 0.40; 'more': 0.60; 'your': 0.61; 'emails': 0.62; 'harder': 0.64; 'day,': 0.65; 'secure': 0.66; 'login': 0.69; 'bank,': 0.73; 'hook': 0.84 |
| DKIM-Signature | v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=EogGA6epviioCOX3MZuRW3chGZOXpA7dq5GRiGgaEIo=; b=m4OYxC9ciXpyPk+utuipsUK3w0kUQYARzrDuBBW3Q3eZCVX327s7Mr76B3euXregfE 1Nyaf58RyLsZiqL0ZqrxjcZx2ecRBGV3RZgxIFn9hNJwoaWy1YyY9v+mcMokyHFf5a0/ dkH1AHXPi3gFJu3+SvPeQWNxEdd6rAHWhS9lY= |
| MIME-Version | 1.0 |
| In-Reply-To | <4E608064.9030005@ixokai.io> |
| References | <6e602a19-8cca-4924-bd95-df08615662d2@c8g2000prn.googlegroups.com> <4E608064.9030005@ixokai.io> |
| Date | Fri, 2 Sep 2011 17:55:41 +1000 |
| Subject | Re: Detecting Ctrl-Alt-Del in Windows |
| From | Chris Angelico <rosuav@gmail.com> |
| To | python-list@python.org |
| Content-Type | text/plain; charset=ISO-8859-1 |
| X-BeenThere | python-list@python.org |
| X-Mailman-Version | 2.1.12 |
| Precedence | list |
| List-Id | General discussion list for the Python programming language <python-list.python.org> |
| List-Unsubscribe | <http://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe> |
| List-Archive | <http://mail.python.org/pipermail/python-list> |
| List-Post | <mailto:python-list@python.org> |
| List-Help | <mailto:python-list-request@python.org?subject=help> |
| List-Subscribe | <http://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.697.1314951544.27778.python-list@python.org> (permalink) |
| Lines | 14 |
| NNTP-Posting-Host | 2001:888:2000:d::a6 |
| X-Trace | 1314951544 news.xs4all.nl 2517 [2001:888:2000:d::a6]:44696 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | x330-a1.tempe.blueboxinc.net comp.lang.python:12626 |
Show key headers only | View raw
On Fri, Sep 2, 2011 at 5:06 PM, Stephen Hansen <me+list/python@ixokai.io> wrote: > That's why you have to hit CAD to get to the login form in some versions > of Windows. The whole point of that secure sequence is that the OS and > only the OS responds. > Although I heard somewhere that that's more gimmick than guarantee, and that it IS possible for an app to hook CAD - just that it's a lot harder than building a simple window that looks like the login... but it's pretty easy to fool a lot of people. Just look at the emails in your spam box one day, find the ones spoofing a bank, and see what a poor job they do. And yet they work. ChrisA
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Detecting Ctrl-Alt-Del in Windows Den <patentsvnc@gmail.com> - 2011-09-01 08:52 -0700
Re: Detecting Ctrl-Alt-Del in Windows Nobody <nobody@nowhere.com> - 2011-09-02 01:10 +0100
Re: Detecting Ctrl-Alt-Del in Windows Dennis Lee Bieber <wlfraed@ix.netcom.com> - 2011-09-01 22:19 -0700
Re: Detecting Ctrl-Alt-Del in Windows Gregory Ewing <greg.ewing@canterbury.ac.nz> - 2011-09-02 18:19 +1200
Re: Detecting Ctrl-Alt-Del in Windows Stephen Hansen <me+list/python@ixokai.io> - 2011-09-02 00:06 -0700
Re: Detecting Ctrl-Alt-Del in Windows Chris Angelico <rosuav@gmail.com> - 2011-09-02 17:55 +1000
Re: Detecting Ctrl-Alt-Del in Windows Gregory Ewing <greg.ewing@canterbury.ac.nz> - 2011-09-03 12:51 +1200
Re: Detecting Ctrl-Alt-Del in Windows Nobody <nobody@nowhere.com> - 2011-09-03 08:49 +0100
Re: Detecting Ctrl-Alt-Del in Windows Thomas Jollans <t@jollybox.de> - 2011-09-02 12:01 +0200
Re: Detecting Ctrl-Alt-Del in Windows sjm <sjmsoft@gmail.com> - 2011-09-02 05:27 -0700
Re: Detecting Ctrl-Alt-Del in Windows Den <patentsvnc@gmail.com> - 2011-09-02 09:19 -0700
Re: Detecting Ctrl-Alt-Del in Windows Den <patentsvnc@gmail.com> - 2011-09-02 09:20 -0700
Re: Detecting Ctrl-Alt-Del in Windows Web Dreamer <webdreamer@nospam.fr> - 2011-09-02 14:38 +0200
Re: Detecting Ctrl-Alt-Del in Windows Tim Golden <mail@timgolden.me.uk> - 2011-09-02 13:45 +0100
Re: Detecting Ctrl-Alt-Del in Windows Den <patentsvnc@gmail.com> - 2011-09-02 09:26 -0700
Re: Detecting Ctrl-Alt-Del in Windows Chris Angelico <rosuav@gmail.com> - 2011-09-03 07:47 +1000
csiph-web