Article
Encrypting secrets in Go: from DIY crypto to the right primitives
SHA256 as a KDF, no salt, no versioning — the classic encryption pitfalls in Go, and how cryptio fixes them with Argon2id.
2 articles
SHA256 as a KDF, no salt, no versioning — the classic encryption pitfalls in Go, and how cryptio fixes them with Argon2id.
sort.Interface, slices.SortFunc (Go 1.21+), and when a generic library actually saves you time — the complete picture.