Skip to content

Instantly share code, notes, and snippets.

@saku
Created June 17, 2021 01:10
Show Gist options
  • Save saku/58679ac9162bf17170912d832e95aa34 to your computer and use it in GitHub Desktop.
Save saku/58679ac9162bf17170912d832e95aa34 to your computer and use it in GitHub Desktop.
Decode
データを64種類の印字可能な英数字のみを用いて、それ以外の文字を扱うことの出来ない通信環境にてマルチバイト文字やバイナリデータを扱うためのエンコード方式でエンコードされている。
上記方式に沿った方法でファイルをデコードすること。
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment