|
@@ -90,7 +90,7 @@ class NCBrandColor: NSObject {
|
|
|
// Capabilities Group
|
|
|
@objc public let capabilitiesGroups: String = "group.it.twsweb.Crypto-Cloud"
|
|
|
|
|
|
- // Database key 64 char (for encryption AES-256+SHA2
|
|
|
+ // Database key 64 char ASCII (for encryption AES-256+SHA2
|
|
|
@objc public var databaseEncryptionKey: String = "1234567890123456789012345678901234567890123456789012345678901234"
|
|
|
|
|
|
// Options
|