FlowCrypt / flowcrypt-android

FlowCrypt Android App
https://flowcrypt.com
Other
91 stars 11 forks source link

Need to cross check `isFullyEncrypted` impl #1087

Closed tomholub closed 3 years ago

tomholub commented 3 years ago

Need to cross check this isFullyEncrypted - for one thing there is a dummy gnu S2K requiring special treatment, second there could be some null-like encryption method like plain. (sometimes the spec is messy). That will be for another PR.

_Originally posted by @tomholub in https://github.com/FlowCrypt/flowcrypt-android/pull/1085#discussion_r594932563_

DenBond7 commented 3 years ago

https://github.com/pgpainless/pgpainless/issues/99

IvanPizhenko commented 3 years ago

PGPainless has made a change https://github.com/pgpainless/pgpainless/commit/d082f126b31f9fbc93f328682510753aa7c5cbf3

IvanPizhenko commented 3 years ago

Should be already covered in the #1216