I am looking for a cross-platform way to encrypt credentials I need to send to a client.
I know encrypted zip archives leak metadata and can be tampered with, but how strong is the encryption cypher?
zip -ejr "/path/to/folder.zip" "/path/to/folder"
Go to Source
Author: sunknudsen