D0n9X1n / hexo-blog-encrypt

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

Add option to disable logging password? #127

Closed ApolloZhu closed 4 years ago

ApolloZhu commented 4 years ago

Issue

Exposes password to CI log.

While knowing which password is used to encrypt each post is a valuable asset, there should be better ways than adding plain text password to console output.

Expected Behavior

Does not log password or has an option to disable logging password.

Actual Behavior

Logging password.

Steps to Reproduce the Problem

  1. run hexo s or hexo g

Specifications

Since 3.0.0 (6336ccb0bfe61f814fa63641a7cb601320e40954)

D0n9X1n commented 4 years ago

It should be fixed in v3.0.9.