CMCDragonkai
CMCDragonkai
The NodeId provides distinguishing address. Aliases would need to come later whether it's even useful because it's not a sufficiently generalised to be useful. The polykey.local would be able to...
A shorthand would be like short git commits relative to the full hash.
For normal password generation, we need something similar to this: https://www.nayuki.io/page/random-password-generator-javascript
Ah password complexity check is a separate problem from password generation. BIP39 is a good generator for high entropy secrets that is still human readable. It's like Zooko's triangle. However...
Can use zxcvbn for this, and will require #222 to be done before this can be done.
Some additional notes here, in order to realise this, it turns out using `nc` and `curl` and `socat` might report "permission denied" if the NAT is blocking unknown IPv6 packets....
Use this to get it on the CLI: ``` curl -6 https://ifconfig.co ```
Don't you still need the signaller to still have the information of the public IPv6 addresses?
To me a signaller is any node that has both side's information.
We still need to simulate cases of information change frequency. How ephemeral IP addresses and ports are impacts the robustness of the network.