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

[Performance] Do not use PBKDF2 #175

Closed ADD-SP closed 2 years ago

ADD-SP commented 2 years ago

It looks like you don't store the key, in which case there should be no need to use PBKDF2 to export the key, since there is no need to store it.