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

Support for AES Encryption EME block mode (ECB-Mix-ECB) #19

Open
t0mmar opened this issue Feb 11, 2020 · 3 comments
Open

Support for AES Encryption EME block mode (ECB-Mix-ECB) #19

t0mmar opened this issue Feb 11, 2020 · 3 comments
Labels
enhancement New feature or request wontfix This will not be worked on

Comments

@t0mmar
Copy link

t0mmar commented Feb 11, 2020

My use-case would be to encrypt/decrypt rclone encrypted file names.

They are encrypted with EME using AES with 256 bit key. EME (ECB-Mix-ECB) is a wide-block encryption mode presented in the 2003 paper “A Parallelizable Enciphering Mode” by Halevi and Rogaway.

See:

@AKushWarrior
Copy link
Owner

I'll look into it, but I'm don't know if the use case is large enough to prioritize this.

@AKushWarrior AKushWarrior added the enhancement New feature or request label Feb 11, 2020
@t0mmar
Copy link
Author

t0mmar commented Feb 11, 2020

Thanks! I understand, just wanted to express interest/need.

@AKushWarrior AKushWarrior added the wontfix This will not be worked on label Mar 1, 2020
@AKushWarrior
Copy link
Owner

If anyone else needs this, add a thumbs up on this thread. If 5-10 unique people thumbs up, I'll try to implement EME.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

2 participants