Feature request: AES-XTS
- Dominant language
- JavaScript
- Stars
- 35.8k
- Forks
- 4.1k
- Avg merge
- 2d 26m
- Merged PRs (30d)
- 33
Description
**Is your feature request related to a problem? Please describe.**
I'm interested in adding support for disk encryption algorithms, specifically AES-XTS. Currently, CyberChef does not support this mode, and since disk encryption is commonly used.
**Describe the solution you'd like**
The idea is to extend AES support with XTS.
**Describe alternatives you've considered**
One alternative could be to integrate a module Disk Encryption/ Decryption from Hex/Raw to Hex/Raw,
This idea can extend Disk Encryption module to other disk encryption.
**Additional context**
From the wiki ([https://en.wikipedia.org/wiki/Disk_encryption_theory](https://en.wikipedia.org/wiki/Disk_encryption_theory))
XTS is supported by BestCrypt, Botan, NetBSD's cgd,[17] dm-crypt, FreeOTFE, TrueCrypt, VeraCrypt,[18] DiskCryptor, FreeBSD's geli, OpenBSD softraid disk encryption software, OpenSSL, Mac OS X Lion's FileVault 2, Windows 10's BitLocker[19] and wolfCrypt.
Contributor guide
Assessment
This issue has not been assessed yet.