import SparkMD5 from 'spark-md5' const base64 = '......' const spark = new SparkMD5() spark.append(base64) const hash = spark.end()

import SparkMD5 from 'spark-md5' const base64 = '......' const spark = new SparkMD5() spark.append(base64) const hash = spark.end()