gchq/CyberChef

Feature request: AES EME Mode Support

Open

#404 aberto em 28 de out. de 2018

Ver no GitHub
 (0 comments) (0 reactions) (0 assignees)JavaScript (3.944 forks)batch import
help wantedimprovement

Métricas do repositório

Stars
 (34.843 stars)
Métricas de merge de PR
 (Mesclagem média 57d 13h) (62 fundiu PRs em 30d)

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

Guia do colaborador