-
Notifications
You must be signed in to change notification settings - Fork 912
Closed
Labels
bugfeature: 🔒 end to end encryptionhelp wantedThis topic is not on the roadmap, but we are happy to accept community PRs to resolve it.This topic is not on the roadmap, but we are happy to accept community PRs to resolve it.os: 🍎 macOS
Description
I created an encrypted folder with the iOS client, compiled the latest master ( 64cbc88 ) on OSX. When starting the client, it asks me for the E2E passphrase, but it's not accepting the input as correct.
Log output:
[OCC::ClientSideEncryption::getPublicKeyFromServer()::(anonymous class)::operator() Found Public key, requesting Private Key.
[OCC::ClientSideEncryption::getPrivateKeyFromServer Retrieving private key from server
[OCC::ClientSideEncryption::getPrivateKeyFromServer()::(anonymous class)::operator() "<LONG KEY>"
[OCC::ClientSideEncryption::getPrivateKeyFromServer()::(anonymous class)::operator() Found private key, lets decrypt it!
[OCC::ClientSideEncryption::decryptPrivateKey Got mnemonic: "you really dont think I would post the actual mnemonic here right question mark"
[OCC::ClientSideEncryption::decryptPrivateKey mnemonic: "youreallydontthinkIwouldposttheactualmnemonichererightquestionmark"
[OCC::EncryptionHelper::generatePassword Start encryption key generation!
[OCC::EncryptionHelper::generatePassword Encryption key generated!
[OCC::ClientSideEncryption::decryptPrivateKey Generated key: \blah \blah
[OCC::EncryptionHelper::decryptPrivateKey decryptStringSymmetric key: \blah \blah
[OCC::EncryptionHelper::decryptPrivateKey decryptStringSymmetric data: <LONG KEY>
[OCC::EncryptionHelper::decryptPrivateKey sep at 3052
[OCC::EncryptionHelper::decryptPrivateKey decryptStringSymmetric cipherTXT <LONG KEY>
[OCC::EncryptionHelper::decryptPrivateKey decryptStringSymmetric IV: <SOME IV>
[OCC::ClientSideEncryption::decryptPrivateKey Private key: "-----BEGIN RSA PRIVATE KEY-----\n-----END RSA PRIVATE KEY-----\n"
And then the popup appears again. Any pointers?
Metadata
Metadata
Assignees
Labels
bugfeature: 🔒 end to end encryptionhelp wantedThis topic is not on the roadmap, but we are happy to accept community PRs to resolve it.This topic is not on the roadmap, but we are happy to accept community PRs to resolve it.os: 🍎 macOS