Base64tool for HSP3 このモジュールはBase64をエンコードしたりBase64にデコードしたりができます。 base64enc(文字列) 文字列をエンコードします。 base64dec(Base64文字列) Base64文字列をデコードします。 This module can be used to encode and decode the base64 format datas! base64enc(String) Encode the string into the base64 string base64dec(Base64 String) Decode from the base64 string to the plain text