mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #2909] [Feature Request] Does use_encryption rely on token? #2319
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#2319
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 @ThewBear on GitHub (Apr 23, 2022).
Original GitHub issue: https://github.com/fatedier/frp/issues/2909
Describe the feature request
I looked at the source code and found that
use_encryptionusetokenconfiguration as a pbkdf2 key.So if I set
use_encryptionwithout specifyingtoken, does it use empty string by default?If it use empty string by default, I think we should state in the README that token must also be set.
Describe alternatives you've considered
No response
Affected area
@fatedier commented on GitHub (Apr 23, 2022):
Yes.
However,
tls_enableis preferred to encrypt all traffics between frpc and frps.use_encryptionis reserved not to break compatibility.@ThewBear commented on GitHub (Apr 23, 2022):
So if I use
tls_enable, can I omituse_encryption?@fatedier commented on GitHub (Apr 24, 2022):
Yes.