Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 96 Bytes

base64.md

File metadata and controls

5 lines (4 loc) · 96 Bytes

Encode string to base64 using UTF-8

echo "string" | iconv -t UTF-16LE | base64 -w0