Skip to content

Instantly share code, notes, and snippets.

View gilberto-009199's full-sized avatar
🎯
Focusing

Gil gilberto-009199

🎯
Focusing
View GitHub Profile
@gilberto-009199
gilberto-009199 / main.go
Created July 27, 2023 18:39
Example of symmetric cryptography in Golang
// You can edit this code!
// Click here and start typing.
package main
import (
"crypto/aes"
"crypto/cipher"
"crypto/des"
"crypto/rc4"
"fmt"