3DES

3DES is an improvement over DES. Internally it uses the same algorithm for encryption, but it uses said algorithm three times, with three unique keys. This means a key size of 168 bits, which massively increases the security of the algorithm, making it unfeasible to brute force it.

The repetition and small block size however, means that this algorithm is slow and inefficient on larger data sets.