-
Updated
Jul 6, 2019 - Go
#
data-encryption-standard
Here are 2 public repositories matching this topic...
golang cryptography aes digital-signature elliptic-curves pseudo-random-generator data-encryption-standard
This project implements the DES (Data Encryption Standard) algorithm from scratch in Go, without using pre-built cryptography libraries. DES is a symmetric encryption algorithm that uses a block cipher, operating on 64-bit blocks with a 56-bit effective key (64-bit with parity).
go golang cryptography encryption des decryption key-generation block-cipher data-encryption-standard symmetric-encryption s-boxes feistel-network pkcs7-padding cipher-blocks 64-bit-blocks 56-bit-key
-
Updated
Sep 20, 2025 - Go
Improve this page
Add a description, image, and links to the data-encryption-standard topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the data-encryption-standard topic, visit your repo's landing page and select "manage topics."