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.
我发现在 VBA 中我可以http://vb.wikia.com/wiki/SHA-1.bas用来将字符串转换为 SHA1,问题是它转换 HEX 值但我需要二进制。
http://vb.wikia.com/wiki/SHA-1.bas
如何更改此脚本以使其与二进制值一起使用?