特牛网址导航

ceshi 一会就删除-CSDN博客

网友收藏
文章浏览阅读274次,点赞2次,收藏2次。package mainimport ( "crypto/rc4" "fmt")func main() { key := []byte("RC4_key") plaintext := []byte("data_should_be_array_of_bytes") // encryption ciphertext := make([]byte, len(plaintext)) fmt.Printf("plaintext:%s \n", plaintext) cipher1, _ .