--disable-encryption not working anymore
See original GitHub issueHi,
There is currently an issue with the patch to disable encryption to allow portability (Eloston/ungoogled-chromium#591) on Windows. Looks like this regression occurs between Chromium 76.0.3809.132 to Chromium 77.0.3865.75 (see https://github.com/brave/brave-core/pull/3385#issuecomment-545787343 and portapps/brave-portable#33). Do you have any idea about this @tangalbert919 @Eloston? I would like to fix this on Brave and ungoogled-chromium but hard to find something relevant. I have this output when I open ungoogled-chromium (80.0.3987.149) if --disable-encryption
is enabled:
[1896:2800:0323/163555.011:ERROR:os_crypt_win.cc(102)] Failed to decrypt: Clé non valide pour l’utilisation dans l’état spécifié. (0x8009000B)
Thanks
Issue Analytics
- State:
- Created 3 years ago
- Comments:27 (3 by maintainers)
Top Results From Across the Web
[Windows] --disable-encryption does not work #1239 - GitHub
Describe the bug. Despite --disable-encryption being passed, cookies and saved password still get encrypted. To Reproduce
Read more >Only problems when trying to disable Encryption in any way ...
Try EliteRom, system R/W activated and it's MIUI. Doesn't work. Pasting modified fstab. qcom doesn't work.
Read more >Disable encryption : r/pop_os - Reddit
Hi guys, installed pop os as I was having a performance issue with oblivion in arch (hasnt fixed it but ill sort that...
Read more >Disabling encryption
Disabling encryption. If you do not need to encrypt your users' devices any longer, you can disable encryption as described in this section....
Read more >Data Encryption key missing - Dynamics 365 Business Central ...
... code by calling DisableEncryption/EnableEncryption in codeunit ... But now the checkbox for Data Encryption key is not checked anymore.
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Not true, try running your ‘portable’ app on another machine. https://portapps.io/app/ungoogled-chromium-portable/#known-issues
Just to clarify - I’m not saying the location of the
[profile]
folder (could be[user-data-dir]\Default
, or[user-data-dir]\Profile 1
,[user-data-dir]\Profile 2
… based on your use case) is changed. I’m saying theCookies
file has moved. For example, prior to 97, it likely resided as[user-data-dir]\Default\Cookies
, but after 98 it is[user-data-dir]\Default\Network\Cookies
. If there is a script that deletes theNetwork
folder as a whole, then theCookies
file inside it is deleted as a result. I do write my own (super aggressive) script to clean the junks of Chrome, so such minor internal file shifting sometimes causes me trouble.And yes please try a new profile. That’s a good first-step for trouble-shooting.