D-crypt is an symmetrical block cipher operating on 256bit blocks with an key of the same length. The cipher takes 3 inputs: the data to encrypt, the symmetric key and a tweak consisting in a array of 16 integers representing each one of eleven possible keyaddition algorithms. Features a similar structure as AES (uses simpler versions of ShiftRows, MixColumns) and uses AES SBOX. It is an SP network. The Key Schedule is a different from AES's, however the Expansion is partially inspired in AES. The 256-bit key is turned into a 576-byte expanded key which is used in every key addition round. D-crypt performs a total of 18 rounds:
Firstly it does a SBOX round, and a XOR keyaddition with the first 32bytes of the expanded key, Secondly it does 16 rounds of MixcColums, ShiftRows, KeyAddition (this step is determined by the tweak) and SBOX, and finally, it does an final round of SBOX followed by a final round of XOR key addition, providing key whitening. Only 32byte and key supported for now

Features

  • Modular
  • Tweakable
  • Block cipher
  • 256bit key
  • 256bit data
  • SP network
  • AES based
  • Complex Key Schedule
  • Key Whitening
  • AES Sbox

Project Samples

Project Activity

See All Activity >

License

Public Domain

Follow d-crypt

d-crypt Web Site

You Might Also Like
Find out just how much your login box can do for your customer | Auth0 Icon
Find out just how much your login box can do for your customer | Auth0

With over 53 social login options, you can fast-track the signup and login experience for users.

From improving customer experience through seamless sign-on to making MFA as easy as a click of a button – your login box must find the right balance between user convenience, privacy and security.
Rate This Project
Login To Rate This Project

User Reviews

Be the first to post a review of d-crypt!

Additional Project Details

Languages

English

Intended Audience

System Administrators, Developers, Other Audience, Testers, Security Professionals

User Interface

Java Swing

Programming Language

Java

Related Categories

Java Security Software, Java Cryptography Software

Registered

2015-09-16