Python加密篇 正则

hashlib       使用  hashlib.md5()       m.update(“sdaf”)    

hmac          hmac.new(“asdf”,”asdfiasd天王盖地虎f”.encode(encoding=”utf-8”));


re 模块

match()  从头开始

search()   查询所有  只匹配一次

findall()    所有匹配   所有符合的

posted @ 2017-08-06 22:12  JC-0527  阅读(148)  评论(0编辑  收藏  举报