des
Here are 25 public repositories matching this topic...
A functions wrapping of OpenSSL library for symmetric and asymmetric encryption and decryption.
-
Updated
Nov 12, 2025 - Go
Go language implementation of symmetric encryption and asymmetric encryption algorithm. AES, DES, 3DES and RSA are supported
-
Updated
Jun 13, 2024 - Go
Cryptography course projects.
-
Updated
Jul 16, 2024 - Go
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).
-
Updated
Sep 20, 2025 - Go
A general solution for commonly used crypt in golang
-
Updated
Nov 24, 2025 - Go
GoLang implementation of DES, 3DES (128-bit key) and 3DES (192-bit key) with support for ECB, CBC, CFB and OFB modes.
-
Updated
Dec 21, 2023 - Go
An example for few of the popular crypto algorithm in golang and some reference in code. Embedding in golang for code sharing and performing a test over it
-
Updated
Jul 2, 2018 - Go
🛸 BMSTU Information security course (2020) (semester 7)
-
Updated
Dec 30, 2020 - Go
This project provides a simple implementation of file encryption and decryption using the AES-GCM (Galois/Counter Mode), DES, and RC4 in Go. It demonstrates how to securely encrypt and decrypt files using a secret key.
-
Updated
Feb 20, 2025 - Go
Improve this page
Add a description, image, and links to the des topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the des topic, visit your repo's landing page and select "manage topics."