Replies: 1 comment
-
By default both TLS and Noise are enabled. If a peer supports both, the client will prefer TLS. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I want to know how to use TLS or Noice to secure communication. In most places documentation says secure communication can be provide by using ether one of these! but I couldn't find how.
In one topic in libp2p discussion forums, I saw the peers are verified using there Peer IDs so we don't need to explicitly use TLS. ( connection is secured by default). Is that true?
Will creating the host like this apply encryption decryption as well? I can't understand it clearly.
How it know the public key?
Can I use a generated keypair to encrypt and decrypt?
Can someone explain how this works please.
#Noice #TLS #secureCommunication #encryption #decryption #keyPair #libp2p-go
Beta Was this translation helpful? Give feedback.
All reactions