Skip to content

SebastianDeiss/Java-XTS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

XTS mode implementation for Java

This repository contains a free implementation of the XTS mode specified in the IEEE P1619(TM)/D16 Standard for Cryptographic Protection of Data on Block-Oriented Storage Devices.

The IEEE standard specifies XTS with AES only, but this implementation allows using XTS with various block ciphers.

License

This software is released under the BSD 2-Clause License.
For details see License.txt.

Supported Algorithms

  • AES
  • Twofish
  • Serpent
  • RC6

Dependencies

None. It includes the required parts of Bouncy Castle.

Releases

No releases published

Packages

No packages published