Skip to content

antoniorauso/ecb2go

Repository files navigation

Electronic Codebook (ECB) mode in Go

Go Reference License Security

ecb2go is a Go implementation of the Electronic Codebook (ECB) block cipher mode.

This package provides an interface compatible with Go’s standard library cipher.BlockMode.

Security warning

The Electronic Codebook (ECB) mode is considered insecure and should be used only for compatibility with legacy systems, not for security.

Installation

go get github.com/antoniorauso/ecb2go

Examples

For complete examples, see the tests in this package.

License

Distributed under the BSD-3-Clause license. See LICENSE for details.

About

Electronic Codebook (ECB) mode in Go

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages