Post

Replies

Boosts

Views

Activity

SHA1 fingerprint calculation(iOS)
i would like to know how to calculate SHA1 fingerprint in ios swift, i am trying to calculate it on runtime to have some potential checking of integrity of my application. I know macos has some direct APIs to get it but i dont know how can we achieve this in iOS as well. P.S. I am new to iOS development , so please bear with me if i ask some naive questions in this thread.
2
0
1.3k
Apr ’22
SHA1 fingerprint calculation(iOS)
i would like to know how to calculate SHA1 fingerprint in ios swift, i am trying to calculate it on runtime to have some potential checking of integrity of my application. I know macos has some direct APIs to get it but i dont know how can we achieve this in iOS as well. P.S. I am new to iOS development , so please bear with me if i ask some naive questions in this thread.
Replies
2
Boosts
0
Views
1.3k
Activity
Apr ’22
Code signing to check for IOS ipa integrity .
Is there a way to check your app signature to verify if any one has tampered with the ipa file. I want to know specifically how to determine and handle this type of situation. How can i do a check for this in code(swift).
Replies
5
Boosts
0
Views
5.7k
Activity
Feb ’26