Skip to content

Commit

Permalink
Add Notes
Browse files Browse the repository at this point in the history
  • Loading branch information
PassLock-App authored Jul 1, 2024
1 parent 2aba35b commit 1bbb62b
Showing 1 changed file with 3 additions and 20 deletions.
23 changes: 3 additions & 20 deletions AppGroupKit/Classes/CoreManager/Manager/AES256Manager.swift
Original file line number Diff line number Diff line change
Expand Up @@ -14,25 +14,8 @@ import KeychainAccess

open class AES256Manager {

public static func readSymmetricKey(_ userID: 🔒) -> 🔒 {



}

private static func createSymmetricKey(_ aes256Key: 🔒, userID: 🔒) -> 🔒 {



}

private static func retryPasswordKey(_ keyData: Data, userID: String) {

}

public static func deleteSymmetricKey(_ userID: String) {


}
#warning(Note: In order to ensure the security of the project and prevent plagiarism,
the core algorithms, encryption logic, key management,
Xcode project configuration and other sensitive parts are not open source.)

}

0 comments on commit 1bbb62b

Please sign in to comment.