我想使用 cypto 包来解码 base64 字符串。从文档中,
http://nodejs.org/docs/v0.3.1/api/crypto.html#hash.digest
我对如何做到这一点感到困惑。
例如 mystring - base64(string).decode()
我想使用 cypto 包来解码 base64 字符串。从文档中,
http://nodejs.org/docs/v0.3.1/api/crypto.html#hash.digest
我对如何做到这一点感到困惑。
例如 mystring - base64(string).decode()