Skip to content

Commit b7ce2fa

Browse files
committed
Spring Security PasswordEncoder加密工具
1 parent a5f2304 commit b7ce2fa

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

springSecurity/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@
77

88
3.0.0版本中PasswordEncoder继承关系
99

10-
[](https://github.com/silence940109/Java/blob/master/image/Security3.0.jpg)
10+
![](https://github.com/silence940109/Java/blob/master/image/Security3.0.jpg "Spring Security 3.0")
1111

1212
在3.1.0及之后的版本,增加了crypto包/模块,提供了更加强大的对称加密,生成key,以及密码加密功能。这个模块是作为core的一部分存在的,但是对其它任何Spring Security或Spring代码没有依赖,也可以单独作为一个包存在!
1313

1414
3.1.0版本中新的PasswordEncoder继承关系
1515

16-
[](https://github.com/silence940109/Java/blob/master/image/Security3.1.jpg)
16+
![](https://github.com/silence940109/Java/blob/master/image/Security3.1.jpg "Spring Security 3.1")
1717

1818
在3.1.0以前的版本中,PasswordEncoder位于
1919
org.springframeword.security.authentication.encoding包中,接口定义如下:

0 commit comments

Comments
 (0)