I like my encrypted files salty: Especially when stored in the cloud this add protection against rainbow table attacks. Usually I encrypt my files therefore with: openssl aes-256-cbc -salt infile -out outfile It took my quite a while to figure out how to open these files in C(++). The following lines show how to open […]