We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5f2304 commit b7ce2faCopy full SHA for b7ce2fa
1 file changed
springSecurity/README.md
@@ -7,13 +7,13 @@
7
8
3.0.0版本中PasswordEncoder继承关系
9
10
-[](https://github.com/silence940109/Java/blob/master/image/Security3.0.jpg)
+
11
12
在3.1.0及之后的版本,增加了crypto包/模块,提供了更加强大的对称加密,生成key,以及密码加密功能。这个模块是作为core的一部分存在的,但是对其它任何Spring Security或Spring代码没有依赖,也可以单独作为一个包存在!
13
14
3.1.0版本中新的PasswordEncoder继承关系
15
16
-[](https://github.com/silence940109/Java/blob/master/image/Security3.1.jpg)
+
17
18
在3.1.0以前的版本中,PasswordEncoder位于
19
org.springframeword.security.authentication.encoding包中,接口定义如下:
0 commit comments