Assigned
Status Update
Comments
jm...@google.com <jm...@google.com> #2
I have the same issue. If I come back home with WiFi on the pgonencan detect my network but won't connect.disabling and re enabling WiFi fixes the issue.
2d...@gmail.com <2d...@gmail.com> #3
This is reported in many fora as the biggest nexus 5 problem. I suggest raising the priority
Description
We need to support aes-256-cbc encryption mode as the default 128bit is not strong enough for our purpose. ECB (the standard mode) has a known weakness of giving away 'hints' to hackers that isn't the case when AES 256 bit is used with a random initialisation vector. Our Django app needs to support 256 bit encryption as it's expected these days of apps storing personal and private information (such as notes, confidential information etc).
I am able to get around this by manually changing the block_encryption_mode from within the code every single time a new connection is created, however this is highly inefficient in terms of performance (and cost).
Please consider adding support for the block_encryption_mode variable in the YAML configuration file.