CharlieMcHenry, to internet
@CharlieMcHenry@connectop.us avatar

Statement on EU-US Cooperation on Turning Public Opinion Against Encryption - “The general public is often a beneficiary of encryption multiple times a day – from visiting websites, using cell phones, making payments – without even realising its presence. This is testament to the quality of the tremendous work it has taken to make encryption ubiquitous. It is at the heart of a trusted internet, an enabler of both economic benefits and human rights.” #encryption #privacy #internet #communication #surveillance #LawEnforcement https://www.globalencryption.org/2023/04/statement-on-eu-us-cooperation-against-encryption/ n

edri, to random
@edri@eupolicy.social avatar

🚨Recent POLITICO Europe leak revealed that US and EU officials have agreed to cooperate on measures to turn public opinion against #encryption.

Experts' statements by EDRi and Global Encryption Coalition have called out against this plan:

➡️https://edri.org/our-work/eu-us-plan-offensive-to-legitimise-police-access-to-data-civil-society-responds-amid-growing-fears-press-release/
➡️https://www.globalencryption.org/2023/04/statement-on-eu-us-cooperation-against-encryption/

edri,
@edri@eupolicy.social avatar

✅ People benefit from #encryption every single day - from visiting websites, using cell phones, making payments – without even realising its presence. Encryption is at the heart of a trusted internet, an enabler of both economic benefits and human rights.

interpeer,
@interpeer@chaos.social avatar

@edri To those of us that have joined the fight against the immoral and illegal #ChatControl proposal, this comes as little surprise. But having it laid out so clearly is still chilling.

We need #encryption to stay safe. Consider that the US still restricts exports of encryption #technology. This means two things: they clearly understand the benefits for themselves. And they now want to put the citizens on the same level as "rogue nations": to spy on at will.

katzenberger, to Bulgaria
@katzenberger@social.tchncs.de avatar

, "European Commissioner for Home Affairs" in charge of the 's chat control bill, on scanning encrypted chats for : "It's about sniffing, checking out you could say. It's not as if you read the communication; I mean, it’s like a police dog being able to smell if there’s something there."

I cringe. Her profound is driving tears into my eyes.

Read the sobering article on @mullvadnet 's website: https://mullvad.net/fr/blog/2023/3/28/the-european-commission-does-not-understand-what-is-written-in-its-own-chat-control-bill/

scy, to random
@scy@chaos.social avatar

Sooo … I’m recording of my home. I’d like to stream it to an offsite location, so that I can e.g. find out what caused a fire after my house burned down, or who broke in (at least until they destroy the cameras & storage). Of course, I don’t trust the remote server, it should not be able to look at the footage. So, . But it can’t lose any data when the connection gets interrupted. Ideas? compatibility preferred. Some more thoughts in the second toot … 👇

PrivacyDigest, to random
@PrivacyDigest@mas.to avatar
openrightsgroup, to random
@openrightsgroup@social.openrightsgroup.org avatar

Treating an entire population as a suspect whose private messages must be scanned is neither necessary nor proportionate to tackle public policy issues. The spy clause in the Online Safety Bill (UK) must be removed. It's a tool of mass surveillance.

Join our campaign: https://action.openrightsgroup.org/dont-scan-me

#OnlineSafetyBill #StopTheSpyClause #privacy #surveillance #encryption #e2ee #ukpolitics

CharlieMcHenry, to internet
@CharlieMcHenry@connectop.us avatar
raccoon, to random

Hm, just got a invite link, opted for one of the clients to check it out, then the welcome screen tells me that communication is end to end encrypted.

Uhm yes. E2E in a hosted application? How does that work without key escrow? Not to mention that I can't register anonymously. So either my email provider, Telco, , ,... can hack into my account.

Can't recommend this service if is a concern.

Edent, to CSS
@Edent@mastodon.social avatar

🆕 blog! “How to password protect a static HTML page with no JS”

I recently saw Robin Moisson's method of password protecting a statically served HTML page. It's quite neat! But it does rely on JavaScript. That got me wondering if there was a way to encrypt a static page only using CSS? And... I think I've done it! I'll warn you now, this is a deeply s…

👀 Read more: https://shkspr.mobi/blog/2023/02/how-to-password-protect-a-static-html-page-with-no-js/

#css #demo #encryption #HTML5

epixoip, to bitwarden

I recently wrote a post detailing the recent #LastPass breach from a #password cracker's perspective, and for the most part it was well-received and widely boosted. However, a good number of people questioned why I recommend ditching LastPass and expressed concern with me recommending people jump ship simply because they suffered a breach. Even more are questioning why I recommend #Bitwarden and #1Password, what advantages they hold over LastPass, and why would I dare recommend yet another cloud-based password manager (because obviously the problem is the entire #cloud, not a particular company.)

So, here are my responses to all of these concerns!

Let me start by saying I used to support LastPass. I recommended it for years and defended it publicly in the media. If you search Google for "jeremi gosney" + "lastpass" you'll find hundreds of articles where I've defended and/or pimped LastPass (including in Consumer Reports magazine). I defended it even in the face of vulnerabilities and breaches, because it had superior UX and still seemed like the best option for the masses despite its glaring flaws. And it still has a somewhat special place in my heart, being the password manager that actually turned me on to password managers. It set the bar for what I required from a password manager, and for a while it was unrivaled.

But things change, and in recent years I found myself unable to defend LastPass. I can't recall if there was a particular straw that broke the camel's back, but I do know that I stopped recommending it in 2017 and fully migrated away from it in 2019. Below is an unordered list of the reasons why I lost all faith in LastPass:

  • LastPass's claim of "zero knowledge" is a bald-faced lie. They have about as much knowledge as a password manager can possibly get away with. Every time you login to a site, an event is generated and sent to LastPass for the sole purpose of tracking what sites you are logging into. You can disable telemetry, except disabling it doesn't do anything - it still phones home to LastPass every time you authenticate somewhere. Moreover, nearly everything in your LastPass vault is unencrypted. I think most people envision their vault as a sort of encrypted database where the entire file is protected, but no -- with LastPass, your vault is a plaintext file and only a few select fields are encrypted. The only thing that would be worse is if...

  • LastPass uses shit #encryption (or "encraption", as @sc00bz calls it). Padding oracle vulnerabilities, use of ECB mode (leaks information about password length and which passwords in the vault are similar/the same. recently switched to unauthenticated CBC, which isn't much better, plus old entries will still be encrypted with ECB mode), vault key uses AES256 but key is derived from only 128 bits of entropy, encryption key leaked through webui, silent KDF downgrade, KDF hash leaked in log files, they even roll their own version of AES - they essentially commit every "crypto 101" sin. All of these are trivial to identify (and fix!) by anyone with even basic familiarity with cryptography, and it's frankly appalling that an alleged security company whose product hinges on cryptography would have such glaring errors. The only thing that would be worse is if...

  • LastPass has terrible secrets management. Your vault encryption key always resident in memory and never wiped, and not only that, but the entire vault is decrypted once and stored entirely in memory. If that wasn't enough, the vault recovery key and dOTP are stored on each device in plain text and can be read without root/admin access, rendering the master password rather useless. The only thing that would be worse is if...

  • LastPass's browser extensions are garbage. Just pure, unadulterated garbage. Tavis Ormandy went on a hunting spree a few years back and found just about every possible bug -- including credential theft and RCE -- present in LastPass's browser extensions. They also render your browser's sandbox mostly ineffective. Again, for an alleged security company, the sheer amount of high and critical severity bugs was beyond unconscionable. All easy to identify, all easy to fix. Their presence can only be explained by apathy and negligence. The only thing that would be worse is if...

  • LastPass's API is also garbage. Server-can-attack-client vulns (server can request encryption key from the client, server can instruct client to inject any javascript it wants on every web page, including code to steal plaintext credentials), JWT issues, HTTP verb confusion, account recovery links can be easily forged, the list goes on. Most of these are possibly low-risk, except in the event that LastPass loses control of its servers. The only thing that would be worse is if...

  • LastPass has suffered 7 major #security breaches (malicious actors active on the internal network) in the last 10 years. I don't know what the threshold of "number of major breaches users should tolerate before they lose all faith in the service" is, but surely it's less than 7. So all those "this is only an issue if LastPass loses control of its servers" vulns are actually pretty damn plausible. The only thing that would be worse is if...

  • LastPass has a history of ignoring security researchers and vuln reports, and does not participate in the infosec community nor the password cracking community. Vuln reports go unacknowledged and unresolved for months, if not years, if not ever. For a while, they even had an incorrect contact listed for their security team. Bugcrowd fields vulns for them now, and most if not all vuln reports are handled directly by Bugcrowd and not by LastPass. If you try to report a vulnerability to LastPass support, they will pretend they do not understand and will not escalate your ticket to the security team. Now, Tavis Ormandy has praised LastPass for their rapid response to vuln reports, but I have a feeling this is simply because it's Tavis / Project Zero reporting them as this is not the experience that most researchers have had.

You see, I'm not simply recommending that users bail on LastPass because of this latest breach. I'm recommending you run as far way as possible from LastPass due to its long history of incompetence, apathy, and negligence. It's abundantly clear that they do not care about their own security, and much less about your security.

So, why do I recommend Bitwarden and 1Password? It's quite simple:

  • I personally know the people who architect 1Password and I can attest that not only are they extremely competent and very talented, but they also actively engage with the password cracking community and have a deep, deep desire to do everything in the most correct manner possible. Do they still get some things wrong? Sure. But they strive for continuous improvement and sincerely care about security. Also, their secret key feature ensures that if anyone does obtain a copy of your vault, they simply cannot access it with the master password alone, making it uncrackable.

  • Bitwarden is 100% open source. I have not done a thorough code review, but I have taken a fairly long glance at the code and I am mostly pleased with what I've seen. I'm less thrilled about it being written in a garbage collected language and there are some tradeoffs that are made there, but overall Bitwarden is a solid product. I also prefer Bitwarden's UX. I've also considered crowdfunding a formal audit of Bitwarden, much in the way the Open Crypto Audit Project raised the funds to properly audit TrueCrypt. The community would greatly benefit from this.

Is the cloud the problem? No. The vast majority of issues LastPass has had have nothing to do with the fact that it is a cloud-based solution. Further, consider the fact that the threat model for a cloud-based password management solution should start with the vault being compromised. In fact, if password management is done correctly, I should be able to host my vault anywhere, even openly downloadable (open S3 bucket, unauthenticated HTTPS, etc.) without concern. I wouldn't do that, of course, but the point is the vault should be just that -- a vault, not a lockbox.

I hope this clarifies things! As always, if you found this useful, please boost for reach and give me a follow for more password insights!

kubikpixel, to security German
@kubikpixel@chaos.social avatar
madargon, to random
@madargon@is-a.cat avatar

My message for #GlobalEncryptionDay... for every entity interested in #surveillance:
I will resist and it's my human right.
Encryption is not for bad actors only, it protects innocent people every day.
We are not criminals.

#privacy #encryption

Goffi, to random French
@Goffi@mastodon.social avatar

(XEP-0373, XEP-0374: for , without security problems of historical XEP-0027) implementation has been merged to , thanks to Syndace again, and for their funding.

OX doesn't have PFS (https://en.wikipedia.org/wiki/Forward_secrecy) but that means that new devices can access archives, which may be desirable. Also, it can encrypt arbitrary elements.

It is also a brick for incoming feature such as .

stay tuned

madargon, to drawing Polish
@madargon@is-a.cat avatar

How I see attempts to force #backdoors in E2E #encryption...

#drawing #comic #geek #government #privacy #security

nicfab, to Facebook

Facebook to delay full E2EE rollout until ‘sometime in 2023’

https://techcrunch.com/2021/11/22/facebook-delays-completing-e2ee-until-2023/
#facebook #encryption

mupan, to random German
@mupan@digitalcourage.social avatar

Summary: #Kryptographie verdient den Namen erst dann, wenn alle ihre Nutzer den Vorgang informiert kontrollieren. Meine Bankkarte bietet zwar formal, technologisch #Verschlüsselung, aber eben nur formal. #Cryptography deserves its name only when all their informed users control the process. My bank card offers formal, technological #encryption, but just: formal.

https://wordsmith.social/westphalianspunk/kryptographie

  • All
  • Subscribed
  • Moderated
  • Favorites
  • provamag3
  • magazineikmin
  • Youngstown
  • osvaldo12
  • khanakhh
  • slotface
  • tacticalgear
  • InstantRegret
  • ngwrru68w68
  • kavyap
  • DreamBathrooms
  • thenastyranch
  • everett
  • rosin
  • JUstTest
  • Durango
  • GTA5RPClips
  • ethstaker
  • modclub
  • mdbf
  • cisconetworking
  • Leos
  • normalnudes
  • cubers
  • megavids
  • tester
  • anitta
  • lostlight
  • All magazines