Commit db27635d authored by Vitaliy Yanchuk's avatar Vitaliy Yanchuk
Browse files

Plugin for encoding strings into base64 and decoding them

parent 1120f973
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