Lines Matching refs:base64
15 [B<-a/-base64>]
78 base64 process the data. This means that if encryption is taking place
79 the data is base64 encoded after encryption. If decryption is set then
80 the input data is base64 decoded before being decrypted.
82 =item B<-base64>
88 if the B<-a> option is set then base64 process the data on one line.
223 base64 Base 64
294 Just base64 encode a binary file:
296 openssl base64 -in file.bin -out file.b64
300 openssl base64 -d -in file.b64 -out file.bin
310 Encrypt a file then base64 encode it (so it can be sent via mail for example)