jcmturner/aescts

GitHub: jcmturner/aescts

提供 Go 语言实现的 AES CBC 密文窃取模式加密与解密功能,解决了传统填充方案导致的密文长度膨胀问题。

Stars: 3 | Forks: 3

# AES CBC 密文窃取 建议使用最新版本:[![Version](https://img.shields.io/github/release/jcmturner/aescts.svg)](https://github.com/jcmturner/aescts/releases) [![GoDoc](https://godoc.org/github.com/jcmturner/aescts/v2?status.svg)](https://godoc.org/github.com/jcmturner/aescts/v2) [![Go Report Card](https://goreportcard.com/badge/github.com/jcmturner/aescts/v2)](https://goreportcard.com/report/github.com/jcmturner/aescts/v2) 使用 AES CBC 密文窃取模式加密和解密数据。 参考:https://en.wikipedia.org/wiki/Ciphertext_stealing#CBC_ciphertext_stealing
标签:AES, CBC, EVTX分析, Go, Ruby工具, 加密库, 密文窃取, 密码学, 手动系统调用, 日志审计