gchq/CyberChef

Feature request: AES EME Mode Support

开放

#404 创建于 2018年10月28日

 (0 条评论) (0 个反应) (0 位负责人)JavaScript (3,944 个派生)batch import
help wantedimprovement

仓库指标

星标
 (34,843 个星标)
PR 合并指标
 (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).

贡献者指南