Commit 21a4c4bf by pierce

修改字符串加密的key

parent 2aa6b016
......@@ -14,7 +14,7 @@ public extension String {
return self
}
let key = "eEH2fxpHQ9HXfQNkC7-xpGll".decodeBase64()
let key = "WGl1c2VMaXZlMTIzNDU2Nw==".decodeBase64()
if let decodeStr = GDStringDecodeHelper.gd_shared.decodeDict[self] {
return decodeStr;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment