Packages

Encode and decode data following the Base45 standard (RFC 9285)

Current section

Files

Jump to
base45_elixir decode.exs
Raw

decode.exs

data = IO.binread(:stdio, :all)
IO.write(Base45.decode(data))