0

http://www.cyberciti.biz

How do I make sure only authorized person access my backups stored on the tape drives (DAT, DLT, LTO-4 etc) under Linux or UNIX operating systems? How do I backup /array22/vol4/home/ to /dev/rmt/5mn or /dev/st0 in encrypted mode?

Full story »
paul.g.hunter's picture
Created by paul.g.hunter 14 years 26 weeks ago
Category: High End   Tags:
stargrave's picture

stargrave

14 years 26 weeks 2 days 20 hours ago

0

Bad encryption algorithm

3DES that is written here shouldn't be used. Beware. Nowadays it is still in usage because there are many high-performance hardware DES-encrypting devices exist and it is very simple to create 3DES encryption (Encrypt(key, Decrypt( key, Encrypt(key,data))). But it is very weak algorithm. Better use is Blowfish, Twofish and of course AES. As I know, OpenSSL can handle them too.

Best karma users