Just had a weird moment where, as I was typing my password into my password manager, I almost hit Tab expecting it to autocomplete...
Just had a weird moment where, as I was typing my password into my password manager, I almost hit Tab expecting it to autocomplete...
Google Password Manager: come elimina tutte le password
#Android #App #Cancellare #Chrome #Eliminare #Google #GooglePasswordManager #Notizie #Novità #PassKey #Password #PasswordManager #Privacy #Sicurezza #TechNews #Tecnologia #Windows
https://www.ceotech.it/google-password-manager-come-elimina-tutte-le-password/
US seizes $23 million in crypto linked to LastPass breaches
U.S. authorities have seized over $23 million in cryptocurrency linked to the theft of $150 million from a Ripple crypto wallet in January 2024. Investigators believe hackers who breached LastPass in 2022 were behind the attack.
#LastPass #PasswordManager #cryptocurrency #crypto #ripple #databreach #security #cybersecurity #hackers #Hacking
FOSS NEWS
Firefox 136 released with vertical tabs, official ARM64 Linux binaries, hardware video decoding for AMD GPUs on Linux, new HTTPS-First behavior for upgrading page loads to HTTPS, support for copying PNG images out of the browser etc.:
https://9to5linux.com/mozilla-firefox-136-is-out-with-vertical-tabs-and-official-arm64-linux-binaries
Firefox 137 beta available with HEVC playback support on Linux, ability to identify all links in PDF documents and turn them into hyperlinks etc.:
https://9to5linux.com/firefox-137-enters-public-beta-testing-with-hevc-playback-support-on-linux
Thunderbird 136 released with dark mode toggle for messages, new Appearance setting to control message threading and sorting order globally, bug fixes and security patches:
https://www.omgubuntu.co.uk/2025/03/thunderbird-136-release-adds-new-appearance-controls
KeePassXC 2.7.10 released with support for importing passwords from Proton Pass (only unencrypted JSON files, no Passkeys currently), support for KeePass2 TOTP config settings, support for generating passphrases using a mix of uppercase and lowercase words ("MIXED case"), UI improvements etc.:
https://9to5linux.com/keepassxc-2-7-10-open-source-password-manager-brings-proton-pass-support
/e/OS 2.8 released with LineageOS 21 base, privacy policy linked in account manager, App Lounge gets a refined warning message for manual updates and a more readable format for F-Droid app descriptions, software updates, bug fixes:
https://alternativeto.net/news/2025/3/-e-os-2-8-released-with-improved-account-manager-smoother-app-lounge-and-bug-fixes/
Internxt Drive becomes the first cloud storage with post-quantum encryption:
https://news.itsfoss.com/internxt-drive-post-quantum-encryption/
(Linux news in original post)
A list of Digital Service Providers outside the jurisdiction of the United States of America.
https://codeberg.org/Linux-Is-Best/Outside_Us_Jurisdiction
This is a group project, so feel free to reach out if you have any suggestions, or learn any new information.
#Vpn #Email #Dns #Domain #Messenger #WebHosting #PasswordManager #WebSearch #UsJurisdiction #Project2025 #UnitedStates
#1Password offers geo-locating help for bad apps that constantly log you out
Malicious #Chrome extensions can spoof password managers in new attack
KeePass XC 2.7.10 introduce l’importazione da Proton Pass
KeePass XC si aggiorna alla versione 2.7.10 introducendo alcune novità tra cui la possibilità di importare le password da Proton Pass.
https://www.lealternative.net/2025/03/07/keepass-xc-2-7-10-introduce-limportazione-da-proton-pass/
Malicious Chrome extension can spoof password-managers...! https://www.bleepingcomputer.com/news/security/malicious-chrome-extensions-can-spoof-password-managers-in-new-attack/
Hope to get some statement from the big players on the market!
(Proton will probably not answer, as they went away from fediverse) #passwordmanager #1password
#bitwarden #protonpass CC: @1password / @bitwarden / @protonprivacy / @keepassxc
KeePassXC 2.7.10 open-source password manager brings a Proton Pass importer, font size control, and more.
https://linuxiac.com/keepassxc-2-7-10-brings-proton-pass-importer/
#passwordmanager #opensource
#KeePassXC 2.7.10 was released, including many bug fixes and enhancements such as #ProtonPass import, changes to the password generator and adjustable font size.
https://keepassxc.org/blog/2025-03-04-2.7.10-released/
KeePassXC 2.7.10 Open-Source Password Manager Brings Proton Pass Support - 9to5Linux
https://9to5linux.com/keepassxc-2-7-10-open-source-password-manager-brings-proton-pass-support
Bello Bear 3 Mar 2025 “Password1234” - If you like, share with friends and family to help the comic grow!
IMO we need to stop coming up with algorithms to securely store "derivatives" of typically weak passwords, as
IT WILL FAIL.
From https://www.akkadia.org/drepper/SHA-crypt.txt:
❝
In addition, the produced output for [...] MD5 has a short length which makes it possible to construct rainbow tables.
❞
Please correct me if I'm wrong, but even in 2025 suggesting that a rainbow table is feasible for (lets cut a few bits for MD5 weaknesses) random numbers of 120 bits in length is BS (in order to create FUD).
If I'm right about that, the least bad thing to do is:
1) Everyone should use a password manager (pwmgr) because people simply do not have the ability to come up with a sufficiently strong password that is *unique for each account*, let alone for multiple accounts (sometimes hundreds), to remember them absolutely error-free, and to recall which password was chosen for which account.
Note: IMO password *reuse* currently is the biggest threat. Entering a reused password on a fake (phishing) website may have devastating consequences, because (when a password is reused for multiple accounts) chances are that ALL those accounts are compromised. Note that the complexity and uniqueness of the password are IRELLEVANT. And, what KDF is used on the server, is IRRELEVANT as well.
2) Let the pwngr generate a (cryptographically) random password, as long and with as much entropy as allowed by the server.
3) Use a strong master password and NEVER forget it (typical beginner failure).
4) Make sure the database is backed up in more than one place, and make a backup after each modification.
5) Make sure that the device the password mamager is used on, *never* gets compromised.
6) Double check that https:// is used. Better, make sure to use a browser that blocks http:// connections and warns you (Safari on iOS/iPadOS now supports "Not Secure Connection Warning"). In all browsers such a setting is OFF by default: ENABLE IT!
7) On a mobile device: use "Autofill". The OS then transfers the domain name (shown in the browser's address bar) to the pwmgr. If a matching domain name is *not found* in the pw database, assume that you're on a (fake) phishing website! In that case: DO NOT ATTEMPT TO LOG IN by looking up credentials yourself. Reasons for 7, two examples:
----
fake: circle-ci·com
real: circleci.com
----
fake: lîdl.be
real: lidl.be
----
If people would follow this advice (which is not just mine), even MD5 for storing a one-way derivative of the password on the server would be fine.
HOWEVER: don't use MD5 - because "never use MD5 for whatever" is easier to remember than "don't use MD5 if preimage attacks are possible".
P.S. I'm not a cryptographer (although I'm quite interested in the matter).
I wrote how to install and use KeepassXC (@keepassxc) , an awesome free password manager.
Setup KeepassXC (in 2025) https://davidebove.com/blog/keepassxc-2025/ via @dbof
I've made release 0.3.0 of sopass, my command line password manager that uses a Stateless OpenPGP implementation for cryptography.
* configuration file
* add value from named file or stdin
* default to rsop
* manual page, built-in help
Ever wonder if your password really keeps you safe—or just gives away who you are? Discover how 12-word secret phrases can protect your privacy and boost security in my new post. https://www.mystsafe.com/post/passwords-vs-secret-phrases-understanding-the-key-differences #Crypto #Privacy #Cybersecurity #PasswordManager #Blockchain #OpenSource