-
Notifications
You must be signed in to change notification settings - Fork 385
Open
Description
目前 Base64 的 flag 是 default:
Line 287 in b16ef3c
| String base64Key = new String(Base64.encode(key, Base64.DEFAULT)); |
这样会导致出现无用的填充 = 和换行 \n,如果使用 Base64.NO_PADDING | Base64.NO_WRAP,则会使最终的结果看起来更优雅一些。
如果需要的话,我可以提一个 pr
Metadata
Metadata
Assignees
Labels
No labels