Legrandin / pycryptodome

A self-contained cryptographic library for Python
https://www.pycryptodome.org
Other
2.79k stars 499 forks source link

AES-XTS Support #193

Open truedread opened 6 years ago

truedread commented 6 years ago

https://github.com/doegox/python-cryptoplus supports AES-XTS but is an extension off PyCrypto and not PyCryptodome, and it is Python2 only. Adding AES-XTS support to this project would be very helpful.

GoobyCorp commented 5 years ago

This would be a very nice addition.

ghost commented 4 years ago

Really need AES.MODE_XTS on Python 3 for decrypting games on PS Vita.Thanks in advance

https://github.com/jonghwanhyeon/xts-aes-256

Legorooj commented 4 years ago

@BpyH64 use cryptography for now - they support it. PyCryptoDome won't for a while I think

write3371 commented 3 months ago

any chance this will be supported soon?

Would be nice to have a transparent encryption via buffer io interface