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?
<keygen>
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.
keygen
Source: https://habr.com/ru/post/907290/More articles:Scheduling multiple tasks using timers - javaHtml.haml vs haml templates in Rails - htmlProblems with the JTDS driver to accept sendStringParametersAsUnicode = false? - javaJPA (Hibernate) Custom query for prepared statement SLOW - javaMySQL 5.5 on Lion not working - mysqlWhy should we use an intermediate variable for @SuppressWarnings ("unchecked")? - javaKey Value Observe removeObserver when an observed object is freed - iosDifference between stateless session and bean states - ejb-3.0Handling a connection in an EJB2 beans session - connection-poolingInherited from a single base layer that implements INotifyPropertyChanged? - c #All Articles