Fulltext results:
- Print Information about a Key @info:cryptography:openssl
- ch as -req are present. The DER format is the DER encoding of the certificate and PEM is the base64 encoding of the DER encoding with header and footer lines added. The NET option is an obscure Netscape server format
- Change Encoding with iconv @info:script
- ====== Change Encoding with iconv ====== ===== Convert Single File ===== iconv -f iso-8859-1 -t utf-8 -o... 8 -o ${f}_$$_TEMP ${f} \ && mv ${f}_$$_TEMP ${f} done </code> {{tag>sysadmin convert encoding shell cli}}
- URL Encoding @info:webdesign
- ====== URL Encoding ====== ^ Character ^ URL-Code ^ | & | %26 | | ? | %3F | {{tag>web webdesign html http encoding reference}}