Giter Site home page Giter Site logo

fast_sign_verify's Introduction

 Fast Sign Verify

Copyright (C) 2014  Antoine FERRON


This is a software for PC which is focused on ECDSA Bitcoin
signature. It can check or sign with a wallet.

Official thread, support:
bitcointalk.org/index.php?topic=623085


 Install :
Windows : Zip with binaries provided in Releases.
Linux or MacOSX : Needs Python 2.7.x and WxPython >= 2.8


 Use:
For signing:
Enter a message and a private key (WIF - base58chk).
You can chose determinstic signing or standard random signature.
Signature will appear in "signature" field after clicking on "Sign".
You can copy in clipboard the signature alone or the full signature
with "Copy All". This will fill the clipboard with "PGP style" signature
that you can copy directly in your email, forum message, etc...
For now, I don't recommend signing using Windows without deterministic.


For checking:
Enter the message, a public key (base58chk) and a signature (base64).
You can also enter a full message "PGP like" in message field (no
need to fill Address nor Signature field.)

It automagically detects the format between these two:
1) Simple "Input.io" style
---- MESSAGE HEADER ----
message signed
is here
---- SIG HEADER ----
1AddressBitcoin
Signature=
---- END FOOTER ----

2) "Qt1.0" style, Multibit
---- MESSAGE HEADER ----
message signed
is here
---- SIG HEADER ----
Version: Info
Address: 1AddressBitcoin

Signature=
---- END FOOTER ----

If you have any other format, you have to enter in the dedicated fields.
For example when message is signed with Electrum or official client, most
of the time you have to enter in 3 fields (message, address and signature).  


 Future Improvements:
Private key import wizard (wallet.dat, DER, ...)
Signature export and import options (format, PKCS,...)
Private key, address, options saving
BTChip integration (signing with USB keycard)


 Licence related:
Some portions based on :
"python-ecdsa" Copyright (C) 2010 Brian Warner (MIT Licence)
"Simple Python EC and ECDSA" Copyright (C) 2005 P. Pearson (public domain)
"Electrum" Copyright (C) 2011 thomasv@gitorious (GPL)

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, version 3 of the License.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program.  If not, see <http://www.gnu.org/licenses/>.

fast_sign_verify's People

Contributors

antonio-fr avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.