Versions in this module Expand all Collapse all v0 v0.1.0 Oct 17, 2023 Changes in this version + func Encrypt3DES(key []byte, plaintext []byte) ([]byte, error) + func EncryptAES(key []byte, plaintext []byte) ([]byte, error) + func EncryptDES(key []byte, plaintext []byte) ([]byte, error)