gchq/CyberChef

Feature request: AES EME Mode Support

Open

#404 aperta il 28 ott 2018

Vedi su GitHub
 (0 commenti) (0 reazioni) (0 assegnatari)JavaScript (3944 fork)batch import
help wantedimprovement

Metriche repository

Star
 (34.843 star)
Metriche merge PR
 (Merge medio 57g 13h) (62 PR mergiate in 30 g)

Descrizione

Summary

Support for the EME (ECB-Mix-ECB) Mode for AES would be great. EME is a wide-block encryption mode presented in the 2003 paper “A Parallelizable Enciphering Mode” by Halevi and Rogaway (http://seclab.cs.ucdavis.edu/papers/eme.pdf). This is used for deterministic encryption.

Example

An example project using this encryption is rclone (https://rclone.org/crypt/#name-encryption).

Guida contributor