Sort: Rank

DES Algorithm - Illustrated with Java Programs
This chapter provides tutorial examples and notes about DES algorithm illustrated with Java programs. Topics include Java illustration program of DES key schedule algorithm and DES encryption algorithm.
2017-04-16, 3502🔥, 5💬

💬 2016-10-17 Deepak: Working on Algorithm

💬 2016-05-08 koko: thanks

💬 2015-10-04 Herong: Salai, you are most welcome.

💬 2015-10-02 Salai Joy Siang Pi: Thank you so much. It's very helpful for my mini-thesis.

DES (Data Encryption Standard) Cipher Algorithm
This section describes DES (Data Encryption Standard) algorithm - A 16-round Feistel cipher with block size of 64 bits.
2015-11-05, 5667🔥, 8💬

💬 2015-11-05 Herong: The Anh, good question. If your key is less than 64 bits, you can pad it with 0 or 1. Or use a hash algorithm to produce 64 bits...

💬 2015-11-04 The Anh: what if my key don't have enough bit?

💬 2015-11-04 Herong: Zaeem, take a look at the source code at Simple Cryptographer - Simple DES/AES Implementation in C#

💬 2015-11-03 zaeem: how to implement on windows form in c#

💬 2015-10-03 Herong: Mihir, what type of algorithm are you looking for?

(More comments ...)

  Sort: Rank