DBTransitEncryption icon indicating copy to clipboard operation
DBTransitEncryption copied to clipboard

Secure data before sending it over the internet

Results 5 DBTransitEncryption issues
Sort by recently updated
recently updated
newest added

SecCertificateCreateWithData(kCFAllocatorDefault, ( __bridge CFDataRef) publicKeyContents); Return nil in ios 10 and above where publicKeyContents is bace64Data of public key provided by server using PACS#1

Opens door for Base64 encode option and future enhancements

enhancement

add methods to allow for encryption-in-background with completion callbacks

enhancement

open hooks for people to fire events during the encryption lifecycle

enhancement