golang-module / dongle

A simple, semantic and developer-friendly golang package for encoding&decoding and encryption&decryption
https://pkg.go.dev/github.com/golang-module/dongle
MIT License
875 stars 67 forks source link

can support Stream read files to complete 3des decrypt? #20

Open husthoper opened 1 year ago

husthoper commented 1 year ago

now, function only support read bytes or string to decrypt, can support Stream read files to complete 3des decrypt? 请教下,能支持流式读取文件来进行解密, 比如3des算法?