Greenheart / pagecrypt

Password Protected Single Page Applications and HTML files
GNU Affero General Public License v3.0
233 stars 25 forks source link

Use crypto.subtle.generateKey() to generate random password in both Node.js and browsers #20

Closed Greenheart closed 3 years ago

Greenheart commented 3 years ago

This feature would simplify the implementation of #15.

Browser support is good. Furthermore, in October 2021, the upcoming Node.js 16 LTS release, means the Web Crypto API will get good support for servers too.

Greenheart commented 3 years ago

This was just released with pagecrypt@5.0.0 along with some other improvements!