Private key tag keygen

The key pair generator generates two keys, one private and one public. The private key is stored on the client, and the public key is sent to the server. The private key generated by the <keygen> is automatically saved by the browser. How to get it?

+6
source share
1 answer

Well, I don't know if this is a good idea. keygen not supported in IE (IE always parses things), and there are people who still use IE. However, if you need an encryption key, I found this post here . There are some good answers there.

+2
source

Source: https://habr.com/ru/post/907290/


All Articles