Does anyone have base32 implementation in Delphi?
I found: http://cc.embarcadero.com/item/21566 but it is not exactly base32 (Base32 is a base-32 transfer encoding using the twenty-six letters A-Z and six digits 2-7)
Does anyone have base32 implementation in Delphi?
I found: http://cc.embarcadero.com/item/21566 but it is not exactly base32 (Base32 is a base-32 transfer encoding using the twenty-six letters A-Z and six digits 2-7)
你在Torry's检查过吗?有SZCodeBaseX.zip v.1.3.3,据说有 Base32 和 Base64 编码。它声称与 RFC 3548 兼容;虽然我还没有尝试过。