Commit 7bb27448 authored by Robby Russell's avatar Robby Russell
Browse files

Merge pull request #1016 from fuksito/master

Helpers for encoding/decoding base64
parents edc8b1e2 db27635d
encode64(){ echo -n $1 | base64 }
decode64(){ echo -n $1 | base64 -D }
\ No newline at end of file
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment