English

Tortoise: An Authenticated Encryption Scheme

Cryptography and Security 2024-03-12 v2

Abstract

Given the open nature of the Internet, there is a need for authentication schemes to address inherent trust issues. We present Tortoise, an experimental nonce-based authenticated encryption scheme modeled on the Synthetic Counter-in-Tweak. This paper demonstrates a generalizable plug-and-play framework for converting block cipher into Authenticated Encryption with Associated Data. As part of this work, we utilized an XOR procedure for constructing a generic tweakable cipher. Finally, we support two modes: nonce-respecting and nonce-misuse-resistant. Source code available at https://github.com/kenluck2001/cipherResearch/tree/main/src/tortoise.

Keywords

Cite

@article{arxiv.2309.05769,
  title  = {Tortoise: An Authenticated Encryption Scheme},
  author = {Kenneth Odoh},
  journal= {arXiv preprint arXiv:2309.05769},
  year   = {2024}
}
R2 v1 2026-06-28T12:18:33.980Z