mirror of
https://github.com/TheAlgorithms/Java.git
synced 2025-07-07 17:56:02 +08:00
Add wiki link for DES (#4173)
This commit is contained in:
@ -1,7 +1,7 @@
|
|||||||
package com.thealgorithms.ciphers;
|
package com.thealgorithms.ciphers;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* This class is build to demonstrate the application of the DES-algorithm on a
|
* This class is build to demonstrate the application of the DES-algorithm (https://en.wikipedia.org/wiki/Data_Encryption_Standard) on a
|
||||||
* plain English message. The supplied key must be in form of a 64 bit binary String.
|
* plain English message. The supplied key must be in form of a 64 bit binary String.
|
||||||
*/
|
*/
|
||||||
public class DES {
|
public class DES {
|
||||||
|
Reference in New Issue
Block a user