Skip to content
#

cryptography-algorithms

Here are 14 public repositories matching this topic...

This project implements a one-way hash function using DES encryption. Messages are split into 56-bit chunks and used as DES keys in a chained encryption process, starting with a publicly known zero value. Each chunk encrypts the output of the previous step. The final result is truncated or zero-padded to produce a fixed-length hash output.

  • Updated Jun 7, 2025
  • JavaScript

Improve this page

Add a description, image, and links to the cryptography-algorithms topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the cryptography-algorithms topic, visit your repo's landing page and select "manage topics."

Learn more