Skip to content

[E2E] [OSX] Client not accepting e2e encryption passphrase #268

@niwakame

Description

@niwakame

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

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions