Closed ph4r05 closed 4 years ago
Hi,
AES/RSA (ie strong encryption) is not available by default on device. This is because of french cryptography exports laws.
Aah OK, thanks for info!
I've made some custom modifications so the app can be deployed to 1.6.0 firmware.
The changes are here: https://github.com/ph4r05/blue-app-monero/commit/8ddb467678873046e3f8b7f0833cad6b8f0a48e7
Basically I've added custom lightweight AES-CBC implementation in C which is used instead of cx_aes
if IOCUSTOMCRYPT
is defined. This works well.
@cslashm
AES/RSA (ie strong encryption) is not available by default on device. This is because of french cryptography exports laws.
Can we get a source for this statement? This seems like a statement straight from the US of the 1990s.
Hi @cslashm !
I wanted to compile this version and install it on Ledger Nano S v1.6.0 but the
Causes an error: Invalid status 6f42 (Unknown reason)
If I switch to
IODUMMYCRYPT
everything works fine. Any idea what could be the problem with the new firmware?Thanks!