Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我们正在尝试解码保存在 MongoDB 数据库中的 BinData。这是一个伪造的 MAC 地址 (11:22:33:44:55:66),在 MongoDB 中保存为 BinData (BinData(0,ESIzRFVm)),我们不知道如何取回它。我们尝试过 Base64 解码、HEX 解码和其他几种方式。
这与其说是一个编程问题,不如说是一个一般的解码问题......我们只是不确定 BinData 是如何编码的以及什么编码。那么... MongoDB Bindata 如何解码?
你看到 BSON 规范了吗?也许这个页面会有所帮助:DataTypes 它描述了 BinData 存储