Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FeatureRequest: decrypt encrypted text elements during import .enex #543

Closed
MichaelHeydukFraba opened this issue Nov 1, 2023 · 5 comments
Labels
enhancement New feature or request

Comments

@MichaelHeydukFraba
Copy link

I have lots of passwords in my Evernote .enex file. All are locally encrypted passwords with the Evernote encrypt-Text-Feature.
It would be great if I could specify a local password in the Import Settings, so that the enex-importer decrypts all encrypted texts.
Thanks a lot.

Copy link

github-actions bot commented Nov 1, 2023

Yihaa, thank you for reporting me this issue and to let me improve Yarle!

@Code-Curious
Copy link

+1, such a feature would be greatly helpful, perhaps a 1 or more inputs to fill in the encryption password(s) and Yarle would try to try each of them when trying to decrypt the content. However, am not sure about the private encryption key Evernote uses, not sure if we can find it anywhere

@MichaelHeydukFraba
Copy link
Author

Official Information from Evernote can be found here: https://help.evernote.com/hc/en-us/articles/208314128-What-type-of-encryption-does-Evernote-use-
Please keep in mind, that there is an old (RC2) and a new (AES) Way of encryption!

@akosbalasko akosbalasko added the enhancement New feature or request label Jan 4, 2024
@akosbalasko
Copy link
Owner

akosbalasko commented Jan 13, 2024

Hi @MichaelHeydukFraba , @Code-Curious ,

Decryption is now supported: https://github.com/akosbalasko/yarle/releases/tag/v6.4.1
In the UI you can find a textArea for passwords, type them separated by commas. Whenever Yarle finds an encrypted part, it goes through the list of passwords and tries to decrypt the content. If a correct password is provided, the note content is going to be decrypted.

@sfranky
Copy link

sfranky commented Dec 17, 2024

I've used this successfully in the past when importing my evernote notes to logseq. I tried today, however, for importing to Obsidian, and it doesn't seem to have an effect. The note is encrypted when importing to Obsidian, and i don't see any mention of an attempt to decrypt in the output log.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: Released
Development

No branches or pull requests

4 participants