Commit Graph

30 Commits

Author SHA1 Message Date
slush a27217811b Rework from Google's protobuf to pure-python protobuf implementation 2017-12-17 02:19:16 +01:00
Jochen Hoenicke 6186822f14 Added tool to flash a sector
... and fixed some python3 stuff.
2017-12-12 21:44:30 +01:00
Pavol Rusnak a5fc76d8c9
don't use generic Exception, but rather specific subclass 2017-11-06 11:10:23 +01:00
Pavol Rusnak 23d75bfc10
trezorctl: sign_tx command based on tx_sign_tool by mruddy 2017-10-24 00:50:01 +02:00
Jan Pochyla 259a61878b tools: update to new transport api 2017-09-04 13:36:31 +02:00
Pavol Rusnak 0ee1667c6f
trezorctl: cleanup 2017-07-05 12:55:38 +02:00
Pavol Rusnak 7f0f73d1c6
tests: fix style in tools/signtest.py 2017-06-25 18:10:05 +02:00
Pavol Rusnak 33f274d145
style: use flake8 2017-06-23 21:52:53 +02:00
mruddy 3ccc412de4
add tool to aid in rng testing and evaluation (#104) 2017-02-28 19:11:28 +01:00
Pavol Rusnak 5e1526d286
refactor tx_sign_tool.py 2017-02-26 17:11:31 +01:00
mruddy 72ab93bd87 add a tx signing tool that handles bitcoin, testnet, and litecoin 2017-02-26 16:44:49 +01:00
mruddy 71d0c483f8 add tools support for reading bootloader from debug link enabled device (#99) 2017-02-20 14:36:00 +01:00
Pavol Rusnak 2e1da5f337
-> trezor.io 2017-01-10 15:25:13 +01:00
Pavol Rusnak d1bfc76d91
tools: fix signtest.py 2016-11-09 12:39:25 +01:00
Jochen Hoenicke 08511d3f81
tools/signtest: Added P2SH segwit inputs 2016-11-05 21:56:48 +01:00
Pavol Rusnak 16b6289c50
unclutter root dir by moving scripts into tools subdirectory 2016-07-02 20:47:18 +02:00
Pavol Rusnak b497cffb1d
whitespace 2016-06-22 14:51:46 +02:00
Pavol Rusnak f2c35e9d13
show usage if run outside of extfs context 2016-06-01 14:07:48 +02:00
Pavol Rusnak 3a108ee8a5
fix pylint warnings 2016-05-26 17:20:44 +02:00
Pavol Rusnak 54c8bfd1d4
import print function from future 2016-05-20 22:27:20 +02:00
Pavol Rusnak de9b10fd90
more python3 stuff 2016-05-20 13:46:51 +02:00
Pavol Rusnak f3449fcbd7
fix spelling of TREZOR 2016-02-10 16:48:13 +01:00
Pavol Rusnak fc1b12d80d
fix whitespace 2016-01-13 00:17:38 +01:00
Michael Dance dae4424fca Update hashbang to use /usr/bin/env python
Please use the /usr/bin/env python hashbang in order to properly detect alternative python installations (like those installed through homebrew on a mac).
2015-05-13 02:35:48 +12:00
slush0 fc64a40769 Refactored password.dat format, backward incompatible change. 2014-06-12 21:45:33 +02:00
slush0 f48646ac83 Refactored decrypting of password, now uses the same path for both create and mount 2014-06-12 19:19:56 +02:00
slush0 430362bd31 Refactored choosing of devices 2014-06-12 19:16:30 +02:00
slush0 461380e9d2 typo 2014-06-12 19:13:46 +02:00
slush0 d102520388 Storing bip32 path to password file, using Trezor entropy for generating EncFS password 2014-06-12 17:40:22 +02:00
slush0 1aee7956e9 Demonstration usage of Trezor as a EncFS unlocking key 2014-06-12 16:40:15 +02:00