SQLCiphe encryption
Podfile: pod 'FMDB/SQLCipher' // Set the EncryptedKey [self.queue inDatabase:^(FMDatabase *db){[db setKey:EncryptedKey];}];Copy the code
Encryption effect:
decryption
Mac version database encryption AND decryption tool based on FMDB/SQLCipher AND RSA Mac side encryption AND decryption tool