Skip to content

Commit 8a36bcd

Browse files
author
苏青安
committed
调整注释
1 parent e2ecd84 commit 8a36bcd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Str.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ public static function removeWhitespace(string $str): string
267267
}
268268

269269
/**
270-
* 字符串加密
270+
* 字符串加密(AES-128-CBC)
271271
*
272272
* @param string $string 加密内容
273273
* @param string $key 加密key(默认长度16)
@@ -294,7 +294,7 @@ public static function stringEncrypt(string $string, string $key = 'e9c8slrkfixr
294294
}
295295

296296
/**
297-
* 字符串解密
297+
* 字符串解密(AES-128-CBC)
298298
*
299299
* @param string $encryptedString 加密内容
300300
* @param string $key 解密key(默认长度16)

0 commit comments

Comments
 (0)