| you dont quite get my point i compare password hashing on server with passkeys where you store the public key on the server... we are told to hash computer intensive preparing for the worst that the server is breached and an attacker has the stored hashed (salted, peppered) password... then with brute force if you hashed computer intensive and the password was not weak, it can be i dont know 60,80,120 bit strong? well you can actually get the password from the hash but if everything ok, infeasible... i guess it is the same with getting the private key from the public key, it is possible but with ecdsa256 i read 128 bit strong or so i dont want more security i just find it interesting that nobody says the hashes are not a secret... ok it is more problematic since weak passwords remain much weaker hashed or not i would still say if possible keep your verification key to yourself... and if it leaks, no problem i would call them secret key (private) and verification key (public) but i dont know much about this and i guess by digital signatures they are really public? but hey may be even stronger |
You can use the terms you want. Other people will use normal terms.