Any suggestions for an open source Windows 10 disk encryption app

Click For Summary
The discussion centers on the search for reliable encryption tools, with LibreCrypt, DiskCryptor, and VeraCrypt mentioned as potential options. Users express caution about using these tools due to concerns about damaging their systems. The conversation also touches on the use of file compression tools like 7-Zip, which can encrypt files but not an entire disk volume unless all files are selected individually. Additionally, there is a warning about SSD usage, noting that they should not be more than 80% full to maintain longevity, as excessive writing to the same disk cells can lead to failure.
Melbourne Guy
Messages
462
Reaction score
315
TL;DR
I've an old Windows 10 PC that does not support BitLocker so I am looking for a robust, open source disk encryptor
The summary says it all, really, but in addition, I've done a lot of googling and am finding it hard to identify trustworthy options.

LibreCrypt, DiskCryptor and VeraCrypt are candidates, but I have not used any of these tools so am wary of jumping in and finding that I have bricked my PC.
 
Computer science news on Phys.org
jedishrfu said:
What about file compression with encryption like zip tools? 7zip comes to mind.
I didn't know that 7-Zip could do an entire disk volume, @jedishrfu, I'll check it out, thanks.
 
No 7-zip can encrypt collections of files into a single zip archive file not the whole volume unless you selected all those files and of course, you'd need free disk space commensurate with the size of the source files and then some.

Also remember SSDs shouldn't be fully loaded more than 80% lest you impact their lifetime. The OS tries to spread write operations around the SSD as files are written to use all parts equally since hammering the same disk cells will lead to disk failure after 10,000 to 35,000 writes or so depending on the technology used.

https://www.techtarget.com/searchst...SSD that stores two,write cycles with 3D NAND.

https://www.ontrack.com/en-us/blog/how-long-do-ssds-really-last
 
  • Like
Likes Melbourne Guy
After playing around a bit with making star maps, I found another video which introduced me to another trick that can be done using geometry nodes. This one involves fluids. For background, Blender has a fluid physics simulator, which, as the name suggests simulates the behavior of fluids. What this person did was to use geometry nodes to convert the fluid into a point cloud. Then he added a turbulence force field to "stir it around". He was then able to extract the velocity information...