Jump to content

encryption with shreddeding function.

I read the other day, that encryption of hardware, is becoming increasingly useless do to the computational power of GPUs.

 

So to increase my security I was thinking if there is any encryption software that "breaks" or just starts to shreds once files if there has been to many attempts of breaching the system?

Link to comment
Share on other sites

Link to post
Share on other sites

6 minutes ago, birchgauze said:

So to increase my security I was thinking if there is any encryption software that "breaks" or just starts to shreds once files if there has been to many attempts of breaching the system?

That'd be useless. When someone is cracking the encryption of something, they're not using the original software, so the original software having such an option wouldn't matter. Encryption is the algorithm, not the software that makes use of the algorithm and algorithms are just maths -- there is no counter for how many times one has failed to decrypt something.

Hand, n. A singular instrument worn at the end of the human arm and commonly thrust into somebody’s pocket.

Link to comment
Share on other sites

Link to post
Share on other sites

Someone would clone the drive or make a backup of the files and then run everything in sandbox / virtual machine, and run multiple instances in parallel / reboot as needed. 

Also, a well motivated person could prevent the software from destroying anything, for example the easiest thing that comes to mind is making a custom sata controller in a fpga so that all the commands the software sends to the sata drive get filtered ... so any write/erase command would be ignored.

 

 

Link to comment
Share on other sites

Link to post
Share on other sites

As @WereCatf and @mariushm have said its useless.  If you're truly concerned about brute force attacks then use an algorithm that uses more bits for the key length so that it takes that much longer because at the end of the day the only mitigation to brute force is time. You can't protect against it so all you can do is slow em down.

CPU: Intel i7 - 5820k @ 4.5GHz, Cooler: Corsair H80i, Motherboard: MSI X99S Gaming 7, RAM: Corsair Vengeance LPX 32GB DDR4 2666MHz CL16,

GPU: ASUS GTX 980 Strix, Case: Corsair 900D, PSU: Corsair AX860i 860W, Keyboard: Logitech G19, Mouse: Corsair M95, Storage: Intel 730 Series 480GB SSD, WD 1.5TB Black

Display: BenQ XL2730Z 2560x1440 144Hz

Link to comment
Share on other sites

Link to post
Share on other sites

3 minutes ago, trag1c said:

If you're truly concerned about brute force attacks then use an algorithm that uses more bits for the key length so that it takes that much longer because at the end of the day the only mitigation to brute force is time.

If one were to go that far, they should choose an algorithm that's also resistant against quantum crypto - attacks as well, like e.g. one of the solutions mentioned at https://en.wikipedia.org/wiki/Post-quantum_cryptography#Comparison

Hand, n. A singular instrument worn at the end of the human arm and commonly thrust into somebody’s pocket.

Link to comment
Share on other sites

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×