Swift - encrypted realm db can still be accessed without key
问题 I probably do not understand the encryption of Realm propably and hope someone can help. I created a Realm database with encryption according to this example: https://github.com/realm/realm-cocoa/blob/master/examples/ios/swift-2.0/Encryption/ViewController.swift let configuration = Realm.Configuration(encryptionKey: "31234567890123456789012345678901234567890123456789012345678901234".dataUsingEncoding(NSUTF8StringEncoding, allowLossyConversion: false)) let realm = try! Realm(configuration: