package main import ( "encoding/base64" "crypto/aes" "crypto/cipher" "fmt" ) func main() { key := "123456789012345678901234" plaintext1 ...
確定! 回上一頁