【发布时间】:2020-11-06 20:40:06
【问题描述】:
我正在使用 Topaz Sigidp1。他们有一个返回位图字符串的 API。从那里的网站https://www.topazsystems.com/Software/sigidp1.pdf,
GetBmpString()
(returns ascii hex string of bmp fingerprint--useful for web applications to send fingerprint image across
the web)
现在我有了这个字符串。如何将其转换为 base64 图像?
更新:这里是前几个字符 93B2000004B8000009000500E4D69C820000000069006D006100670065000452E30B918FCE119DE30
【问题讨论】:
-
ascii hex string of bmp fingerprint到底是什么?这些字符串看起来如何?你可以添加一个样本吗?比如,前 100 个字符左右,以了解我们在说什么 -
@Thomas 我已添加。我不知道这和stackoverflow.com/questions/48520141/… 一样吗
标签: javascript topaz-signatures