gchq/CyberChef

Feature request: AES EME Mode Support

Open

#404 创建于 2018年10月28日

在 GitHub 查看
 (0 评论) (0 反应) (0 负责人)JavaScript (3,944 fork)batch import
help wantedimprovement

仓库指标

Star
 (34,843 star)
PR 合并指标
 (平均合并 57天 13小时) (30 天内合并 62 个 PR)

描述

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

贡献者指南