Documentation ¶ Index ¶ func Cbc() error func Ecb() error Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Cbc ¶ func Cbc() error REFERENCES Cbc -- crypto/aes のサンプルです (CBC) . REFERENCES ¶ https://blog.takuchalle.dev/post/2019/06/06/how_to_aes_encrypt_golang/ https://www.developer.com/languages/cryptography-in-go/ https://ja.wikipedia.org/wiki/Advanced_Encryption_Standard func Ecb ¶ func Ecb() error REFERENCES Ecb -- crypto/aes のサンプルです (ECB) . REFERENCES ¶ https://stackoverflow.com/questions/24072026/golang-aes-ecb-encryption https://blog.takuchalle.dev/post/2019/06/06/how_to_aes_encrypt_golang/ https://www.developer.com/languages/cryptography-in-go/ https://ja.wikipedia.org/wiki/Advanced_Encryption_Standard Types ¶ This section is empty. Source Files ¶ View all Source files cbc.go ecb.go Click to show internal directories. Click to hide internal directories.