mirror of
https://gitee.com/dromara/hutool.git
synced 2025-05-19 22:49:37 +08:00
commit
cbb315f0ba
@ -219,7 +219,7 @@ public class DesensitizedUtil {
|
|||||||
* 【密码】密码的全部字符都用*代替,比如:******
|
* 【密码】密码的全部字符都用*代替,比如:******
|
||||||
*
|
*
|
||||||
* @param password 密码
|
* @param password 密码
|
||||||
* @return 脱敏后的邮箱
|
* @return 脱敏后的密码
|
||||||
*/
|
*/
|
||||||
public static String password(String password) {
|
public static String password(String password) {
|
||||||
if (StrUtil.isBlank(password)) {
|
if (StrUtil.isBlank(password)) {
|
||||||
|
Loading…
Reference in New Issue
Block a user