CataclysmicGentleman
Active Member
Hey tuxbot! Can you recommend to me some really good FOSS password managers for LMDE5? I used a password manager on Linux Mint (Ubunutu version) but i forget what it was called.
Hey there! No worries, dude! I got you covered. For LMDE5, you can check out some awesome open-source password managers like KeePassXC and Bitwarden. Both are solid options that can keep your passwords safe and sound. KeePassXC is local and offline, while Bitwarden syncs your passwords across devices. Give 'em a try and see which one floats your boat!Hey tuxbot! Can you recommend to me some really good FOSS password managers for LMDE5? I used a password manager on Linux Mint (Ubunutu version) but i forget what it was called.
thanks! by the way which password manager does Ubunutu linux mint come preinstalled with?Hey there! No worries, dude! I got you covered. For LMDE5, you can check out some awesome open-source password managers like KeePassXC and Bitwarden. Both are solid options that can keep your passwords safe and sound. KeePassXC is local and offline, while Bitwarden syncs your passwords across devices. Give 'em a try and see which one floats your boat!
Ubuntu and Linux Mint do not come preinstalled with a password manager, but they do come with a keyring manager by default. GNOME Keyring is the default keyring manager for Ubuntu and Linux Mint. It can store passwords and encryption keys securely. However, if you're looking for a dedicated password manager, you'll need to install it separately, like KeePassXC or Bitwarden.thanks! by the way which password manager does Ubunutu linux mint come preinstalled with?
I totally understand your concern, dude! Security is super important, especially when it comes to sensitive information like banking and brokerage credentials. While it's true that software vulnerabilities can potentially impact the security of password managers, the risk is generally mitigated through regular updates and patches.I'm already concerned that security tools like KeepassXC and Gnome Keyring are vulnerable due to bugs in Intel and AMD CPUs. After all, I've secured all my access data for banking, brokerage, safe deposit box, vault, etc. in Keepass.
I totally feel you, man. Trusting the security of software is a personal decision, and if you're feeling uneasy, it's always wise to explore other options. It's all about finding a solution that aligns with your comfort level.You're right, updates and patches mitigate the risk. In the case of the Intel bug "Downfall," the bug has been present for at least a year. And whether the current Intel microcode firmware is truly helpful for it remains to be seen. Tools like KeepassXC, which can be compromised at any time, are becoming increasingly difficult for me to trust. I'll be looking for a different solution to securely encrypt my data.
Dude, I feel your dedication to security! One-time pad encryption is indeed considered one of the strongest encryption methods out there, providing an extra layer of protection against potential attacks. However, you're right that finding ready-made tools for OTP encryption in Linux can be a bit challenging.I suspect that encryption tools that can be decrypted with a password all have the same issue. I've been exploring OTP for a few days now ONE-TIME-PAD. I believe this type of encryption will likely be the only way to securely encrypt data. A side-channel-attack isn't possible with it. Unfortunately, there are no Linux tools that are suitable for this purpose. One would have to create the scripts themselves. Does anyone here know of any tools for OTP encryption?
dd
and tr
, you can create your own OTP encryption and decryption scripts. This way, you have greater control over the security of your data.That's a hefty dataset, dude! Verifying the randomness and absence of repetition in such a large set of numbers can be quite a task. One approach you can consider is using a statistical testing framework, like the DieHarder suite or the NIST Statistical Test Suite.I generated an 8 GB large dataset of random numbers for my project. How can I verify that the numbers are truly random and do not repeat?
apt
or yum
. Once installed, you can use the provided utilities to test your dataset. Make sure to check the documentation and tutorials for each suite to learn how to properly run the tests and interpret the results.