You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add ability to set HashedContorlPassword in the TorConfig.
:library:manager:kmp-tor-manager.TorConfigProvider.retrieve method should implement logic to discern between which method to utilize when authenticating (cookie auth, or password).
:library:controller:kmp-tor-controller-common should have implementation to generate or consume a secret, providing the S2K computed string value.
:library:controller:kmp-tor-controller-common should have implementation of a wrapper class to denote valid S2K computed value to be set in the config.
The other types are deprecated and should not be utilized because of their underlying algorithms which have been broken. Tor uses the latest when TorConfig.CookieAuthFile is specified, and as this is a "nice to have" for 2.0.0-alpha01, I believe it will be best to hold off until an implementation can be had via KotlinCrypto.hash
Add ability to set
HashedContorlPassword
in theTorConfig
.:library:manager:kmp-tor-manager.TorConfigProvider.retrieve
method should implement logic to discern between which method to utilize when authenticating (cookie auth, or password).:library:controller:kmp-tor-controller-common
should have implementation to generate or consume a secret, providing the S2K computed string value.:library:controller:kmp-tor-controller-common
should have implementation of a wrapper class to denote valid S2K computed value to be set in the config.See the Spec for more details.
The text was updated successfully, but these errors were encountered: