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.
The Electronic Codebook (ECB) mode is considered insecure and should be used only for compatibility with legacy systems, not for security.
go get github.com/antoniorauso/ecb2goFor complete examples, see the tests in this package.
Distributed under the BSD-3-Clause license. See LICENSE for details.