question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

--disable-encryption not working anymore

See original GitHub issue

Hi,

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:open
  • Created 3 years ago
  • Comments:27 (3 by maintainers)

github_iconTop GitHub Comments

2reactions
kleutercommented, Feb 8, 2022

Not true, try running your ‘portable’ app on another machine. https://portapps.io/app/ungoogled-chromium-portable/#known-issues

1reaction
jiangzhenjerrycommented, Feb 8, 2022

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 the Cookies 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 the Network folder as a whole, then the Cookies 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.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found