• 1 Post
  • 89 Comments
Joined 1 year ago
cake
Cake day: June 12th, 2023

help-circle

  • If something is “easy to use” this includes the time you need learn said thing.

    Drinking rahmen from the bowl is easier then using chopsticks (even if you are more elegant with chopsticks)

    Driving automatic is easier then driving manual (even if you may be more efficient with manual if you practised shifting a lot)

    Walking is easier then flicflacs (even if you may be faster with flicflacs if you practised a lot)

    Using Ubuntu is easier than using arch (even if arch gives you more control and opportunities if you understand it)





  • Dunno what you used, but nano is literally a text editor that may be simple simple but it just works. Shortcuts are shown to the user, buttons work like you expect them to (arrow keys, ESC, shift, etc)

    With vim you open it and if you haven’t read 5pages of doc you won’t even be able to close it again. I see that its useful for power users, but for casuals who just want to edit a config once in a while nano is absolutely the way to go imho



  • YouTube: newpipe

    Mail: fairmail

    Cloud: nextcloud (you need to host a Server or join one hosted by someone you trust though)

    Music: phonograph

    Video: vlc

    2FA: freeOTP

    Passwords: keepass(XC)

    I am using grpahene on a refurbished pixel 6a for 250€

    I was coming from lineage os, and while I loved lineage for not having ads, possibility for no google etc. I AM SO HAPPY WITH GRAPHENE

    it is better optimized, has higher security and the multiple users, sandboxes Google and stuff are soooo nice and easy to use

    Also the pixel is a very nice phone (crazy camera, perfect oled) but I don’t like that it doesn’t support wired headphone and SD cards. Still very much worth it IMHO




  • You keep referring to concepts like “Keys encrypted with itself” “Tpm are by design encrypted”

    When you don’t really say anything from value.

    Not every “encryption” is the same.

    When we talk about safe encryption we talk about file system level encryption of a system with safe algorithms like aes and a long enough random password (the key). this is safe.

    If you store the key unencrypted on your phone, this encryption is no longer safe.

    If you don’t know the 16 random digit key it HAS to be on the phone and it CAN’T be encrypted “by itself” because you would no longer have any means to decrypt it.

    It could be encrypted with a pin, but again, then its only as strong as the pin, and I don’t know how long an only numeric pin would need to be to withstand modern brute forcing, but I doubt a relevant percentage of people have that kind of pin.

    You can’t explain how this would be safe, so you just come at me with russels teapot and say “well you can’t prove its not safe” (which is true because I’m no security expert, but someone with enough knowledge could certainly) and lash out at me “acting in bad faith” because I don’t jump through your hoops of passive aggressive misunderstanding.

    All I can do is refer to experts, who found things like CVE-2022-20465 - a bug which allowed lockscreen bypass.

    As you could have googled that yourself, but you ask this just to throw me off.

    But if you want to keep using your google android and bitlocker win and feel safe, its not my problem.






  • You are right in a sense of: If the TPM holding the keys were itself encrypted with a strong password, this would be still be considered secure. You are wrong in the sense of: lenovo sells a device, tells its users its encrypted, their data is safe. None can steal their data

    in reality the data can easily be accessed, which could be considered as “cracking the device/bypassing the encryption” because what lenovo prevent was someone ripping your ssd l, but not just decrypt it because the encryption was not implemented securely.

    I don’t want to debate the security of a luks Linux volume or veracrypt windows laptop, (even though even those are in theory vulnerable to highly targeted and skilled things like cleverly exploiting e.g the logofail bug)

    My point isn’t that there are no ways to have a secure system, my point is that the percentage of truly secure systems is low


  • Dude what encryption are you talking about? Hardware storage encryption is just by now getting more widely adapted, the phone I used till a year ago didn’t even support any encryption.

    Sure, aes-256 with secure password only stored in your mind is quasi 100℅ safe, but that is not how most devices handle their “encryption”.

    If the key for the encryption is on the device, and either stored in an unencrypted TPM or unencrypted storage, its not a matter if breaking the encryption (quite impossible) but breaking the software/hardware (quite possible for someone with good enough forensics and skilled programmers)

    Also also: encryption only helps if the device is off, which is seldom the case with phones.