Golang、python中MD5、SHA512、base64编码等

大洋的顶端 ·
md5也可以一行`fmt.Printf("%X", md5.Sum([]byte(src)))`
#1