D0n9X1n / hexo-blog-encrypt

Yet, just another hexo plugin for security.
https://www.npmjs.com/package/hexo-blog-encrypt
MIT License
971 stars 101 forks source link

Use random salt instead of fixed salt #210

Closed val3344 closed 9 months ago

val3344 commented 10 months ago

The salt used by the PBKDF2 algorithm must be unique each time, and the IV of the AES algorithm must also be unique each time.

D0n9X1n commented 9 months ago

LGTM