如何用JavaScript编写base32_decode?
我正在尝试创建相当于 PHP 的 unpack。我注意到 PHPJS 项目没有它。我需要它来实现base32_encode和base32_decode(使用Crockford的字母'0123456789ABCDEFGHJKMNPQRSTVWXYZ')。
我在任何地方都找不到它,从它的对应部分来看, PHPJS 的包function 我怀疑我的版本很快就会完成并且没有错误。
I'm trying to create the equivalent of PHP's unpack. I've noticed the project PHPJS doesn't have it. I need it for the implementation of base32_encode and base32_decode (using Crockford's alphabet '0123456789ABCDEFGHJKMNPQRSTVWXYZ').
I couldn't find it anywhere and judging from it's counterpart, PHPJS's pack function I doubt my version will be complete and bug free any time soon.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)