summaryrefslogtreecommitdiff
path: root/plugins/encode64
AgeCommit message (Collapse)Author
2016-01-18Adding support for stdin input in the encode64 pluginSébastien Larivière
2015-09-28Encode64 Plugin - Fix wrong `echo` usageLE Manh Cuong
Currently, encode64 plugin using `echo -n` to print the content of $1 variable. This approach will not work with arbitrary data, which contains sequence of escaped characters, since when many `echo` implementation will expand them. This commit chage the usage to `printf`, which is builtin in all POSIX shells and can print arbitrary data reliability.
2013-03-13Modified to use full parameter as newer versions of base64 uses lowercase DAshley Snowdon
2012-06-14More usable and shorter aliasesVitaliy Yanchuk
2012-03-16Plugin for encoding strings into base64 and decoding themVitaliy Yanchuk