Groovy web console
Subscribe
to this
site
Base64 encoding
Published 2 years ago by
vmj
with tags
base64
Actions
Execute script ▶
Edit in console
Back to console
Show/hide line numbers
View recent scripts
final data = "foo".bytes final s = data.encodeBase64().toString() println s