gocrypto
Symmetric encryption library
Example code for symmetric encryption and decryption in Go
Example source code for the Practical Crypto with Go book.
153 stars
18 watching
32 forks
Language: Go
last commit: almost 5 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
dedis/kyber | A comprehensive cryptographic toolkit for Go developers | 643 |
elithrar/simple-scrypt | Provides a convenient interface to generate, compare and inspect password hashes using the scrypt KDF in Go | 198 |
kdomanski/iso9660 | A package for reading and creating ISO9660 images | 264 |
sgl0v/scrypto | Provides a Swift interface to CommonCrypto routines for cryptographic tasks | 38 |
xxjwxc/public | A comprehensive utility package for Go programmers | 175 |
iosdevzone/idzswiftcommoncrypto | A Swift wrapper for Apple's CommonCrypto library used for cryptographic operations | 478 |
dvsekhvalnov/jose2go | A Golang implementation of the JOSE and JSON Web Token specification for secure data signing, encryption, and authentication | 187 |
d5/go-fsm | A Go library implementing an immutable state machine with conditional and action functions | 37 |
protonmail/go-crypto | Provides an up-to-date OpenPGP implementation for secure communication | 338 |
ik5/gostrutils | A collection of string utilities for the Go programming language | 45 |
metastor/bypass_go | Generates shellcode and encryption keys from a CS plugin | 32 |
philippgille/gokv | Provides a unified interface to various key-value store and caching solutions for Go programming language | 746 |
jmattheis/goverter | Tool for generating type-safe converters in Go | 525 |
gosnmp/gosnmp | An SNMP client library written in Go. | 1,138 |
kushaldas/johnnycanencrypt | Provides a Python module with encryption and decryption capabilities using Rust. | 52 |