Closed rotojp closed 6 years ago
Nevermind, fixed the issue (for future reference):
"/Users/xxxx/ledger/lib/python2.7/site-packages/Crypto/Cipher/blockalgo.py"
, where xxxx
is you useraccount.return self._cipher.encrypt(plaintext)
, (line 244)
with return self._cipher.encrypt(bytes(plaintext))
This is likely caused by an outdated Python or pycrypto version. Updating to the latest versions of both should also solve this problem without having to edit the source.
Installing
bolos-app-otp2fa
using the installation commandpython -m ledgerblue.loadApp --targetId 0x31100002 --fileName bolos-app-otp2fa-v1.0.0-sdk-0x31100002-1313.hex --appName "OTP 2FA" --appFlags 0x00 --icon "0100000000ffffff00ffffffff3ffc1ff8cff3cff3cff307e007e087e187e007e007e0ffffffffffff"
gives the following error: