Sign in
iOS Team
/
CNLiveMateCode
·
Commits
GitLab
Back to group
Project
Activity
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
4ce1937381e109faf44cf566116027a84e1001b2
Authored by
“张旭”
2024-01-30 11:59:34 +0800
1 parent
bc4912d5
no message
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
metaCode/Classes/Extensions/String+Extension.swift
metaCode/Classes/Extensions/String+Extension.swift
View file @
4ce1937
...
...
@@ -26,7 +26,7 @@ extension String {
26
26
return String(substring)
27
27
}
28
28
29
- //
加密
29
+ //
DES
加密
30
30
func crypt(operation:CCOperation, key: String) -> String? {
31
31
32
32
if let keyData = key.data(using: .utf8) {
...
...