decode encrypted root.App.main.context.dispatcher.stores#1253
decode encrypted root.App.main.context.dispatcher.stores#1253ValueRaider merged 4 commits intoranaroussi:mainfrom
Conversation
|
I was using an incorrect ticker value - with correct ticker value scraping seems to work without problems (for my limited use-cases). |
|
But there seems to be some small differences - for example, if previously |
|
Confirming that i loaded this into my environment with It is working, but I agree I had to define ['raw'] in a decent number of places. |
|
pycryptodome is now a dependency as well. |
I'm not sure where to add it, so I need some help from the maintainers (maybe in |
|
Ah, so the |
|
I've just pushed a change to fix returned data structure, now the tests are passing. No worries @Rogach Minimum version should be 3.6.6 or later because older contain a AES decryption bug. I'll update setup.py etc, then give others a chance to question. |
|
One more thing @Rogach . This also needs to be backported to branch |
…omment) but using cryptography.
|
Regarding EDIT: I have a Discussion pending in |
|
Many thanks guys, this is much appreciated. Is a new 'fixed' release is expected soon, or should we manually update a specific file on our local setup? |
|
Wait for a fix, it will come soon. We just need to decide with crypto module to use. |
Sorry for causing confusion, I worked on this fix before I saw @Rogach already had PR. |
|
I decided to put both in the code but defaulting to |
|
@ValueRaider Sorry, was away from computer. Thanks for backporting the code! |
WIP decryption code for issue #1246
However this doesn't fix the issue completely, since QuoteSummaryStore is not found in the decrypted data - probably the data is now stored in some other place.