gchq/CyberChef

Feature request: AES EME Mode Support

Open

#404 ouverte le 28 oct. 2018

Voir sur GitHub
 (0 commentaires) (0 réactions) (0 assignés)JavaScript (3 944 forks)batch import
help wantedimprovement

Métriques du dépôt

Stars
 (34 843 stars)
Métriques de merge PR
 (Merge moyen 57j 13h) (62 PRs mergées en 30 j)

Description

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).

Guide contributeur