mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 16:15:49 -06:00
[GH-ISSUE #28] utils\pcrypto\Encrypt 加密问题 #7
Labels
No labels
In Progress
WIP
WaitingForInfo
bug
doc
duplicate
easy
enhancement
future
help wanted
invalid
lifecycle/stale
need-issue-template
need-usage-help
no plan
proposal
pull-request
question
todo
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/frp#7
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @chmis8000 on GitHub (Jun 7, 2016).
Original GitHub issue: https://github.com/fatedier/frp/issues/28
Originally assigned to: @vashstorm on GitHub.
目前是gzip/ aes / base64 顺序执行:压缩+aes加密+ASCII转码。
两个问题:
顺带,个人认为go的优势是接近c、C++的性能,那实现某些软件细节时 也应该考虑极致的性能、高并发。望考虑
@vashstorm commented on GitHub (Jun 7, 2016):
现在处理分包是通过换行,所以要用到 base64, 后面的版本可能考虑的用tlv来替代, 这样就可去掉base64。也可以提供加密和压缩是否启用的配置选项。
@fatedier commented on GitHub (Jun 7, 2016):
开发完成后再关闭此 issue 吧。