[STACK_TRACE]
com.flowcrypt.email.util.exception.ManualHandledException: Handled manually:
at com.flowcrypt.email.util.exception.ExceptionUtil$Companion.handleError(ExceptionUtil.kt:30)
at com.flowcrypt.email.service.actionqueue.ActionQueueIntentService.onHandleWork(ActionQueueIntentService.kt:59)
at androidx.core.app.JobIntentService$CommandProcessor.doInBackground(JobIntentService.java:392)
at androidx.core.app.JobIntentService$CommandProcessor.doInBackground(JobIntentService.java:383)
at android.os.AsyncTask$2.call(AsyncTask.java:333)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
at java.lang.Thread.run(Thread.java:764)
Caused by: com.flowcrypt.email.util.exception.NodeException: Error :Error: Pass phrase length seems way too low! Pass phrase strength should be properly checked before encrypting a key.
Stack :Error: Pass phrase length seems way too low! Pass phrase strength should be properly checked before encrypting a key.
at Endpoints.encryptKey ([eval]:71873:15)
at process._tickCallback (internal/process/next_tick.js:68:7)
Type :null
at com.flowcrypt.email.api.retrofit.node.NodeCallsExecutor$Companion.checkResult(NodeCallsExecutor.kt:189)
at com.flowcrypt.email.api.retrofit.node.NodeCallsExecutor$Companion.encryptKey(NodeCallsExecutor.kt:134)
at com.flowcrypt.email.service.actionqueue.actions.EncryptPrivateKeysIfNeededAction.run(EncryptPrivateKeysIfNeededAction.kt:73)
at com.flowcrypt.email.service.actionqueue.ActionQueueIntentService.onHandleWork(ActionQueueIntentService.kt:53)
... 7 more
com.flowcrypt.email.util.exception.NodeException: Error :Error: Pass phrase length seems way too low! Pass phrase strength should be properly checked before encrypting a key.
Stack :Error: Pass phrase length seems way too low! Pass phrase strength should be properly checked before encrypting a key.
at Endpoints.encryptKey ([eval]:71873:15)
at process._tickCallback (internal/process/next_tick.js:68:7)
Type :null
at com.flowcrypt.email.api.retrofit.node.NodeCallsExecutor$Companion.checkResult(NodeCallsExecutor.kt:189)
at com.flowcrypt.email.api.retrofit.node.NodeCallsExecutor$Companion.encryptKey(NodeCallsExecutor.kt:134)
at com.flowcrypt.email.service.actionqueue.actions.EncryptPrivateKeysIfNeededAction.run(EncryptPrivateKeysIfNeededAction.kt:73)
at com.flowcrypt.email.service.actionqueue.ActionQueueIntentService.onHandleWork(ActionQueueIntentService.kt:53)
at androidx.core.app.JobIntentService$CommandProcessor.doInBackground(JobIntentService.java:392)
at androidx.core.app.JobIntentService$CommandProcessor.doInBackground(JobIntentService.java:383)
at android.os.AsyncTask$2.call(AsyncTask.java:333)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1167)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:641)
at java.lang.Thread.run(Thread.java:764)
This error is thrown on purpose when passphrase seems very unreasonably short (< 12 characters). Such pass phrases should not have passed the zxcvbn check, so it's possible that they were not always checked (eg already imported a weaker pass phrase, then trying to back up or something like that).
This error is thrown on purpose when passphrase seems very unreasonably short (< 12 characters). Such pass phrases should not have passed the zxcvbn check, so it's possible that they were not always checked (eg already imported a weaker pass phrase, then trying to back up or something like that).