btnguyen2k / swiftutils

Utility library in Swift
MIT License
72 stars 23 forks source link

What is Key chain tag? #8

Open nipun0505 opened 5 years ago

nipun0505 commented 5 years ago

From the code itself it looks like a bundle identifier. I have tried giving it the bundle Id of my app but it does not work.

static public func decryptWithRSAPrivateKey(_ encryptedData: Data, privkeyBase64: String, keychainTag: String) -> Data?