ᥫ᭡ 𐑖ミꪜᴵ𝔦 ᥫ᭡

  • 3 Posts
  • 35 Comments
Joined 2 months ago
cake
Cake day: July 26th, 2024

help-circle

  • What it archives though and afaik is intended for is the possibility of easily and quickly “erasing” the disk by just overwriting that encryption key a couple times, I don’t remember if that used a special tool or something but if that is useful to you it probably wouldn’t be hard to find more info on this.

    first of, apologies for the late reply… this reminds me of when I ( not so long ago ), used to overwrite random data into HDDs using Eraser, before selling my laptops or switching a company laptop, I hear SSDs are designed to last longer, so that practice ( of writing random data so it’ll erase the sensitive data ), is “kind of” a time waste now… but I guess it’ll make it hard to retrieve that data, unless the attacker has some specialized software and hardware

    Samsung is a reasonably trustworthy company, not from US/UK, not Chinese, so if they say they have a clean implementation of this I’d trust them

    I wouldn’t trust any company based only on their claims, they need to document ( explain how it works ), develop things in the open ( publish the firmware ), the schematics, even the CAD drawings… like what the folks at System76 and Framework are doing…

    That said, it sure sounds cool to have that level of protection, if only Samsung wasn’t a shitty company already ( in my book )

    Would be kinda a national security issue for them if it wasn’t seeing how Samsung is everywhere in gov an private sector in Korea.

    I’m speculating here, but it wouldn’t be far fetched if they designed a secure encrypted clean hardware for the government with military grade encryption as they like to call it, while the end users receives only enough encryption power to protect against normie threat actors like a spouse…etc companies have these policies where they provide a premium/quality products for businesses and governments but cheap or in many cases poorly made products to end users … like Windows Home





  • but if they want to get at the data they’ll just pull the HD and run code-breaking software on it on and entirely different super-computer. TPM won’t help you at all in that case.

    You make it sound so easy and doable, but the reality is that without meeting certain conditions such as the existence of the original TPM chip, a brute force attack will render the data irretrievable… And even if I’m wrong in the last part, that would still be a pain in the butt for the attacker… and it’ll buy me time… like you said … belts-and-suspenders

    This doesn’t sound to me as if you’re concerned about espionage

    Because i don’t have second chances, which is why I wish there’s way to erase everything by entering a key combination… somehow… Idk… like Android has that…



  • It’s my go to messenger, idc about the crypto stuff, it’s just a way to reward volunteers who use their servers for all the mathematical conversions, and I have been thinking of running a node myself, to make the network more decentralized

    It has some downsides though, you can’t send larger files than 8mb, and if you lose your recovery phrase, you’re compromised, and you can’t edit messages

    I used to tell people to use Signal or Element, but I noticed many can’t even sign up, Session just generates a random ID for you, and voila…



  • Idk if FDE is enough, what if the attacker can modify the boot code to capture the decryption keys and other stored passwords ? as far as I know this is exactly what secure boot protects against, it checks the validity of the boot code using the TPM chip, if it’s already there, why don’t most distros use it ? instead you’ll see that secure boot is greyed out in the Bios ( which means it’s not supported )

    and yes, I did lock down the Bios too, with a different password

    Edit: I’ll check EndevourOS documentation, Mint is cool but it doesn’t adobt newer standards or newer kernels ( newer kernels are just much more secure )








  • I have used Sketchup for more than 4 years, and after looking around for Alternatives to use on Linux, the only thing that can do the job is Blender, it’s not just for animations and 3D printing, in fact blender can do anything you can imagine, if not by itself, then by the addition of addons

    Out of the box, Blender doesn’t behave like Sketchup, but it can do so by enabling some preinstalled addons ( like Archimech, Measure it, Precision Drawing Tools, Stored Views, Auto Mirror… Etc ), also there are free and paid addons on the Blender Market

    For modeling Blender is waaay more powerful than Sketchup ( but SU is much more simpler and I find myself using Addons - in SU - for the stuff I can do in Vanilla Blender directly )

    For Printing: they both suck ( in a paper printing use case ), if you wanna print in Blender you’ll need to export to a 3rd party program like Inkscape or LibreCAD, or use an addon

    Sketchup printing is just painful, save a view, save the file, fire up Layout, import view, then print…like why ?!!




  • One of the best cases for building a versatile tool, is accessibility to less privileged populations, for example people who can’t efford to have a reliable Internet because of their shady ISPs, they need a browser that renders web content as fast as possible, and also because they can’t afford to download apps due to slow internet speeds, Flatpaks could take gigabyte of HDD space and you have to update them later, which is painful in other parts of the world

    Even if the user had a reliable Internet and solid hardware, maybe they’re a security minded individual, and want to keep their app installs to a minimum. To them many apps are considered bloat and that’s dangerous.

    I think the difficulty lies in wisely choosing what features to include, before your users start asking : hey, do we really need that ? Or : who uses that ?

    that’s why listening to feedback is so important