Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!news.stack.nl!newsfeed.xs4all.nl!newsfeed3.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.005 X-Spam-Evidence: '*H*': 0.99; '*S*': 0.00; 'subject:not': 0.03; 'subject:Python': 0.06; '(b)': 0.07; 'see.': 0.07; 'subject:support': 0.07; 'cc:addr:python-list': 0.11; 'python': 0.11; 'expecting': 0.16; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'subject:???': 0.16; 'wrote:': 0.18; 'code,': 0.22; 'cc:addr:python.org': 0.22; '(a)': 0.24; 'cc:2**0': 0.24; 'header:In-Reply-To:1': 0.27; '(c)': 0.29; 'words': 0.29; 'message-id:@mail.gmail.com': 0.30; 'sep': 0.31; 'fri,': 0.33; "can't": 0.35; 'but': 0.35; 'received:google.com': 0.35; 'two': 0.37; 'pm,': 0.38; "you're": 0.61; 'different': 0.65; 'frank': 0.68; 'results,': 0.84; 'to:none': 0.92; 'subject:Android': 0.93 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:cc :content-type; bh=gsHfTvvbn+KAFKc/ES8cT/M6l4TbfDOtfgUHOtkGi8g=; b=d3xCvpIW24S2YOUEf8OMW0UFJagmGKy62zUwoI0FMIanYnE4c6tTNd3bplzL+HEdWe emt/g18hnlXfO9HYQoLrWyVItxB4p4tMVm9Jm/evnujg+6H2D5f4LJj5a2yZhx80qD8+ wtcUIz1sv5PtIdh2wzb43DlpvV89F5Sbe4NHab3sXRw3ohlwtvgycwfJhGKduocWueNj 9cjDsVrMq9BHNrTy50rNcvBPneQeZNZvaREvXX2/z1B33fUm6zmqXZU3ntix0r6/SDgF c/oY4k/xt4xbxaekM/Gntfd0wAlgPXHXQyQQ6sFUn1GAnEQ4IprwdxBkHgl4RqE0vJS5 O/sQ== MIME-Version: 1.0 X-Received: by 10.50.30.72 with SMTP id q8mr1559741igh.14.1409901071993; Fri, 05 Sep 2014 00:11:11 -0700 (PDT) In-Reply-To: <614897cb-6a2f-4059-a713-05c0cd2b3cd5@googlegroups.com> References: <614897cb-6a2f-4059-a713-05c0cd2b3cd5@googlegroups.com> Date: Fri, 5 Sep 2014 17:11:11 +1000 Subject: Re: Python Crypto Singature do not support Android??? From: Chris Angelico Cc: "python-list@python.org" Content-Type: text/plain; charset=UTF-8 X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 21 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1409901074 news.xs4all.nl 2874 [2001:888:2000:d::a6]:39256 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:77578 On Fri, Sep 5, 2014 at 5:02 PM, Frank Liou wrote: > I use Privatekey sign a signature by android > > and then send to python > > python can't use public key to verify > > and > > python signature result all is number > > but > > android is number and english words > > is that no support?? It would help if you showed us (a) the code, (b) the two different results, and (c) what you're expecting to see. ChrisA