Lines Matching refs:base64
21 [B<-base64>]
97 the data is base64 encoded after encryption. If decryption is set then
98 the input data is base64 decoded before being decrypted.
104 =item B<-base64>
110 If the B<-a> option is set then base64 encoding produces output without any
111 newline character, and base64 decoding does not require any newlines.
306 base64 Base 64
412 Just base64 encode a binary file:
414 openssl base64 -in file.bin -out file.b64
418 openssl base64 -d -in file.b64 -out file.bin
430 Encrypt a file then base64 encode it (so it can be sent via mail for example)
443 On the other hand, when base64 decoding without the B<-A> option,