top button
    TechnoConnect

What is the difference between Hardware level Encryption and Software level Encryption?

+2 votes
305 views
posted Apr 7, 2016 by Adish Jain

Share this question
Facebook Share Button Twitter Share Button Google+ Share Button LinkedIn Share Button Multiple Social Share Button

1 Answer

+2 votes

Hardware encryption like on a HDD the instructions are built into the hard drive/ at the hardware level, making encryption seamless and incredibly fast - virtually no performance hit.

With software encryption the instruction are handled by the CPU, and the reads/writes to the drive are going to be slower. You can have instruction sets like AES-IS on the CPU to speed up the decryption/encryption process, but the reads/writes to the disk will bottleneck.

Software can be corrupted or negated; hardware cannot. Software runs under an operating system that is vulnerable to viruses and other attacks. An operating system, by definition, provides open access to applications and thus exposes these access points to improper use. Hardware-based security can more effectively restrict access from the outside, especially to unauthorized use.

answer Apr 7, 2016 by Salil Agrawal
...