You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
thanks for your work on noble-ciphers, it is a fantastic library and in my opinion the best JS crypto implementations currently available.
Is there any chance you could add EME (ECB-Mix-ECB; https://github.com/rfjakob/eme) to the implemented encryption modes?
The text was updated successfully, but these errors were encountered:
There are some projects like gocryptfs (https://nuetzlich.net/gocryptfs/forward_mode_crypto/) that use EME for encryption of file and/or folder names for example. If you work on JS tooling that wants to be compatible to these solutions, EME would be needed.
As I or others would already be using noble libraries in such a scenario, it would help having a EME implementation done by someone who is as competent as you in implementing ciphers and hashes.
As far as I understand, as ECB is already implemented, it would be the mix between the two ECBs that is missing to get EME.
Hi,
thanks for your work on noble-ciphers, it is a fantastic library and in my opinion the best JS crypto implementations currently available.
Is there any chance you could add EME (ECB-Mix-ECB; https://github.com/rfjakob/eme) to the implemented encryption modes?
The text was updated successfully, but these errors were encountered: