Salt

To make brute force attacks harder, while encoding we also can supply a random string. This random string is called salt. Salt text is included in PasswordEncoder as shown in the following code snippet:

auth
.inMemoryAuthentication()
.passwordEncoder(new StandardPasswordEncoder(“random-text-salt”));
..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset
18.220.69.227