Skip to content

XTS block cipher mode implementation for Java(TM)

License

Notifications You must be signed in to change notification settings

jowilkes/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.

About

XTS block cipher mode implementation for Java(TM)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 99.4%
  • Shell 0.6%