Harsha AgarwalUnderstanding String Encoding using SHA-256 in SwiftWhen dealing with data, especially sensitive information, encoding plays a crucial role in ensuring security and efficiency. In this…Jul 19
Ashish AwasthiSecurity Best Practices in iOSTake a look at techniques that you can use right now to make your iOS apps more secureAug 2Aug 2
Muhammed TanriverdiHow to decode JWT and validate the signature in Swift?JSON Web Tokens are commonly used in web&mobile applications for authentication or licensing a product or other purposes. There are some…Dec 5, 20211Dec 5, 20211
Khoa PhamHow to encrypt using CryptoKit in SwiftUse AES.GCM method with 128 bits keyJul 4, 20231Jul 4, 20231
Harsha AgarwalUnderstanding String Encoding using SHA-256 in SwiftWhen dealing with data, especially sensitive information, encoding plays a crucial role in ensuring security and efficiency. In this…Jul 19
Ashish AwasthiSecurity Best Practices in iOSTake a look at techniques that you can use right now to make your iOS apps more secureAug 2
Muhammed TanriverdiHow to decode JWT and validate the signature in Swift?JSON Web Tokens are commonly used in web&mobile applications for authentication or licensing a product or other purposes. There are some…Dec 5, 20211
Ricardo SantosBuilding and end-to-end encryption framework in SwiftSecurity can be a major concern for companies and developers building applications, especially in the medical field where data breaches…Jan 19, 2021
Sachindra PandeyCryptography in iOS — Crypto Kit explained (Part 2)Apart from the basic cryptographic services for securing your app data, a new framework called ‘Crypto Kit’ was introduced by Apple for…Jan 22, 2023
Aswanth KiCredential: Managing and Securing Credentials with Core Data and EncryptionIn today’s digital world, managing credentials securely is crucial. The iCredential app, designed with Swift and CoreData, offers a robust…Aug 27